diff --git a/Cargo.lock b/Cargo.lock index dec8185..222d904 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3136,11 +3136,11 @@ dependencies = [ [[package]] name = "hotshot-events-service" -version = "0.1.11" +version = "0.1.12" 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 5155196..9431f92 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.3" async-std = { version = "1", features = ["attributes"] } async-trait = "0.1" clap = { version = "4.4", features = ["derive", "env"] }