Skip to content

Commit

Permalink
Pull tokio/tracing off the main dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Feb 9, 2024
1 parent bf4a5ae commit 656fcc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipa-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ multi-threading = ["async-scoped"]
# Enable tokio task profiling. Requires tokio_unstable flag to be passed to the compiler.
# RUSTFLAGS="--cfg tokio_unstable" cargo run ... --features="tokio-console ...".
# Note that if there are other flags enabled on your platform in .cargo/config.toml, you need to include them as well.
tokio-console = ["console-subscriber"]
tokio-console = ["console-subscriber", "tokio/tracing"]

# Standalone aggregation protocol. We use IPA infra for communication
# but it has nothing to do with IPA.
Expand Down Expand Up @@ -140,7 +140,7 @@ sha2 = "0.10"
shuttle-crate = { package = "shuttle", version = "0.6.1", optional = true }
thiserror = "1.0"
time = { version = "0.3", optional = true }
tokio = { version = "1.35", features = ["fs", "rt", "rt-multi-thread", "macros", "tracing"] }
tokio = { version = "1.35", features = ["fs", "rt", "rt-multi-thread", "macros"] }
# TODO: axum-server holds onto 0.24 and we can't upgrade until they do. Or we move away from axum-server
tokio-rustls = { version = "0.24", optional = true }
tokio-stream = "0.1.14"
Expand Down

0 comments on commit 656fcc5

Please sign in to comment.