diff --git a/Cargo.lock b/Cargo.lock index 66f90a73..6aba6f29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3009,7 +3009,7 @@ version = "0.1.0" dependencies = [ "async-broadcast", "async-compatibility-layer", - "async-lock 2.8.0", + "async-lock 3.3.0", "async-std", "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index 954555db..09217339 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ async-broadcast = "0.7.0" async-compatibility-layer = { git = "https://github.com/EspressoSystems/async-compatibility-layer.git", tag = "1.4.1", features = [ "logging-utils", ] } -async-lock = "2.8" +async-lock = "3.3" async-std = { version = "1.9.0", features = ["unstable", "attributes"] } async-trait = "0.1" clap = { version = "4.4", features = ["derive", "env"] }