diff --git a/ic-agent/Cargo.toml b/ic-agent/Cargo.toml index beebef4ee..7c2a4719e 100644 --- a/ic-agent/Cargo.toml +++ b/ic-agent/Cargo.toml @@ -78,7 +78,7 @@ tokio = { version = "1.24.2", features = ["full"] } tower = { version = "0.4.13", optional = true } async-trait = "0.1.80" tracing = "0.1.40" -arc-swap = "1.7.1" +arc-swap = "^1.0.0" simple_moving_average = "1.0.2" tracing-subscriber = "0.3.18" tokio-util = { version = "0.7.11", features = ["full"] }