diff --git a/Cargo.lock b/Cargo.lock index 0f6f367..8b90d03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3126,7 +3126,7 @@ version = "0.1.27" dependencies = [ "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 0c495bd..3661b11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,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", features = ["attributes"] } async-trait = "0.1" clap = { version = "4.4", features = ["derive", "env"] }