Skip to content

Commit

Permalink
chore: use specific tokio/tokio-util features
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-komarevskiy committed Jul 23, 2024
1 parent 684aa06 commit 0a5d542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ic-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ hyper-rustls = { version = "0.27", default-features = false, features = [
"http1",
"http2",
], optional = true }
tokio = { version = "1.24.2", features = ["full"] }
tokio = { version = "1.24.2", features = ["time"] }
tower = { version = "0.4.13", optional = true }
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"] }
tokio-util = { version = "^0.7.0", features = ["rt"] }
rustls-webpki = "0.102"

[target.'cfg(target_family = "wasm")'.dependencies]
Expand Down

0 comments on commit 0a5d542

Please sign in to comment.