Skip to content

Commit

Permalink
chore: relax versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-komarevskiy committed Jul 19, 2024
1 parent 38a8b45 commit 1c93d1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ic-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1c93d1c

Please sign in to comment.