Skip to content

Commit

Permalink
chore: move tracing futures to workspace (#12707)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 20, 2024
1 parent f9b764f commit e3702cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ hyper = "1.3"
hyper-util = "0.1.5"
pin-project = "1.0.12"
reqwest = { version = "0.12", default-features = false }
tracing-futures = "0.2"
tower = "0.4"
tower-http = "0.6"

Expand Down
2 changes: 1 addition & 1 deletion crates/rpc/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ parking_lot.workspace = true

# misc
tracing.workspace = true
tracing-futures = "0.2"
tracing-futures.workspace = true
futures.workspace = true
rand.workspace = true
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/tasks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true

# async
tokio = { workspace = true, features = ["sync", "rt"] }
tracing-futures = "0.2"
tracing-futures.workspace = true
futures-util.workspace = true

# metrics
Expand Down

0 comments on commit e3702cf

Please sign in to comment.