diff --git a/Cargo.lock b/Cargo.lock index 2a96a954..fcd4a02e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2982,7 +2982,7 @@ version = "0.1.1" 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 e8663f05..88fb6b04 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"] }