diff --git a/Cargo.toml b/Cargo.toml index d83339b..d2b03b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ itertools = "0.10.3" instant = "0.1.12" tracing-subscriber = "0.3.11" rayon = { version = "1.5.2", optional = true } -async-lock = { git = "https://github.com/smol-rs/async-lock.git", optional = true } +async-lock = { version = "2.5.0", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies]