use stable version of async-lock

This commit is contained in:
Simon Gardling 2022-04-19 23:27:13 -04:00
parent faea9119e5
commit 0b730ff197

View File

@ -55,7 +55,7 @@ itertools = "0.10.3"
instant = "0.1.12" instant = "0.1.12"
tracing-subscriber = "0.3.11" tracing-subscriber = "0.3.11"
rayon = { version = "1.5.2", optional = true } 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] [target.'cfg(target_arch = "wasm32")'.dependencies]