From 1c93d1c683b2207af9b62b4f517c036b563f3af0 Mon Sep 17 00:00:00 2001 From: Nikolay Komarevskiy Date: Fri, 19 Jul 2024 12:29:36 +0200 Subject: [PATCH] chore: relax versions --- ic-agent/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ic-agent/Cargo.toml b/ic-agent/Cargo.toml index beebef4e..fa0eb645 100644 --- a/ic-agent/Cargo.toml +++ b/ic-agent/Cargo.toml @@ -76,12 +76,12 @@ hyper-rustls = { version = "0.27", default-features = false, features = [ ], optional = true } 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" -simple_moving_average = "1.0.2" -tracing-subscriber = "0.3.18" -tokio-util = { version = "0.7.11", features = ["full"] } +async-trait = "^0.1.0" +tracing = "^0.1.0" +arc-swap = "^1.0.0" +simple_moving_average = "^1.0.0" +tracing-subscriber = "^0.2.0" +tokio-util = { version = "^0.7.0", features = ["full"] } rustls-webpki = "0.102" [target.'cfg(target_family = "wasm")'.dependencies]