diff --git a/Cargo.lock b/Cargo.lock index 4117ecd..406eb25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3028,7 +3028,7 @@ dependencies = [ "anyhow", "async-broadcast", "async-compatibility-layer", - "async-lock 2.8.0", + "async-lock 3.4.0", "async-std", "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index eb7f8aa..2190fbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ async-broadcast = "0.7" async-compatibility-layer = { version = "1.1", default-features = false, features = [ "logging-utils", ] } -async-lock = "2.8" +async-lock = "3.4" async-std = { version = "1.9.0", features = ["unstable", "attributes"] } async-trait = "0.1" clap = { version = "4.5", features = ["derive", "env"] }