From 4e8ee0c5c3ea1c9cd0d4a70298a662dd9ef33ffd Mon Sep 17 00:00:00 2001 From: Nikolay Komarevskiy Date: Fri, 19 Jul 2024 12:29:36 +0200 Subject: [PATCH] chore: change arc-swap version --- ic-agent/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ic-agent/Cargo.toml b/ic-agent/Cargo.toml index beebef4e..7c2a4719 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"] }