chore: move tracing futures to workspace (#12707)

This commit is contained in:
Matthias Seitz
2024-11-20 13:28:58 +01:00
committed by GitHub
parent f9b764f6e8
commit e3702cfc87
3 changed files with 3 additions and 2 deletions

View File

@ -555,6 +555,7 @@ hyper = "1.3"
hyper-util = "0.1.5" hyper-util = "0.1.5"
pin-project = "1.0.12" pin-project = "1.0.12"
reqwest = { version = "0.12", default-features = false } reqwest = { version = "0.12", default-features = false }
tracing-futures = "0.2"
tower = "0.4" tower = "0.4"
tower-http = "0.6" tower-http = "0.6"

View File

@ -82,7 +82,7 @@ parking_lot.workspace = true
# misc # misc
tracing.workspace = true tracing.workspace = true
tracing-futures = "0.2" tracing-futures.workspace = true
futures.workspace = true futures.workspace = true
rand.workspace = true rand.workspace = true
serde.workspace = true serde.workspace = true

View File

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