Skip to content

Commit

Permalink
chore: Remove unused tracing-futures from dependencies (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Dec 20, 2022
1 parent 204e8d0 commit a72cf04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ reflection = ["dep:tonic-reflection"]
autoreload = ["tokio-stream/net", "dep:listenfd"]
health = ["dep:tonic-health"]
grpc-web = ["dep:tonic-web", "dep:bytes", "dep:http", "hyper", "dep:tracing-subscriber"]
tracing = ["dep:tracing", "dep:tracing-attributes", "dep:tracing-futures", "dep:tracing-subscriber"]
tracing = ["dep:tracing", "dep:tracing-attributes", "dep:tracing-subscriber"]
hyper-warp = ["dep:futures", "dep:tower", "hyper", "dep:http", "dep:http-body", "dep:warp"]
hyper-warp-multiplex = ["hyper-warp"]
uds = ["tokio-stream/net", "dep:tower", "hyper", "tokio/fs"]
Expand Down Expand Up @@ -277,7 +277,6 @@ serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
tracing = { version = "0.1.16", optional = true }
tracing-attributes = { version = "0.1", optional = true }
tracing-futures = { version = "0.2", optional = true }
tracing-subscriber = { version = "0.3", features = ["tracing-log", "fmt"], optional = true }
prost-types = { version = "0.11", optional = true }
http = { version = "0.2", optional = true }
Expand Down
2 changes: 0 additions & 2 deletions tonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ channel = [
"dep:hyper",
"dep:tokio",
"dep:tower",
"dep:tracing-futures",
"dep:hyper-timeout",
]

Expand Down Expand Up @@ -78,7 +77,6 @@ hyper-timeout = {version = "0.4", optional = true}
tokio = {version = "1.0.1", features = ["net", "time", "macros"], optional = true}
tokio-stream = "0.1"
tower = {version = "0.4.7", default-features = false, features = ["balance", "buffer", "discover", "limit", "load", "make", "timeout", "util"], optional = true}
tracing-futures = {version = "0.2", optional = true}
axum = {version = "0.6", default_features = false, optional = true}

# rustls
Expand Down

0 comments on commit a72cf04

Please sign in to comment.