Skip to content

Commit 689a86d

Browse files
authored
chore: Remove unused dependency (#2277)
1 parent 696ea43 commit 689a86d

File tree

7 files changed

+0
-9
lines changed

7 files changed

+0
-9
lines changed

examples/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ tracing = { version = "0.1.16", optional = true }
297297
tracing-subscriber = { version = "0.3", features = ["tracing-log", "fmt"], optional = true }
298298
prost-types = { version = "0.13", optional = true }
299299
http = { version = "1", optional = true }
300-
http-body = { version = "1", optional = true }
301300
hyper = { version = "1", optional = true }
302301
hyper-util = { version = "0.1.4", optional = true }
303302
listenfd = { version = "1.0", optional = true }

interop/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ strum = {version = "0.27", features = ["derive"]}
1818
pico-args = {version = "0.5", features = ["eq-separator"]}
1919
console = "0.15"
2020
http = "1"
21-
http-body = "1"
2221
http-body-util = "0.1"
23-
hyper = "1"
2422
prost = "0.13"
2523
tokio = {version = "1.0", features = ["rt-multi-thread", "time", "macros"]}
2624
tokio-stream = "0.1"

tests/compression/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ bytes = "1"
99
http = "1"
1010
http-body = "1"
1111
http-body-util = "0.1"
12-
hyper = "1"
1312
hyper-util = "0.1"
1413
paste = "1.0.12"
1514
pin-project = "1.0"

tests/default_stubs/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ name = "default_stubs"
77
[dependencies]
88
tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net"]}
99
tokio-stream = {version = "0.1", features = ["net"]}
10-
prost = "0.13"
1110
rand = "0.9"
1211
tonic = {path = "../../tonic"}
1312

tests/deprecated_methods/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ prost = "0.13"
1010
tonic = { path = "../../tonic" }
1111

1212
[build-dependencies]
13-
prost-build = "0.13"
1413
tonic-build = { path = "../../tonic-build" }

tests/integration_tests/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ tonic = {path = "../../tonic"}
1414
tracing-subscriber = {version = "0.3"}
1515

1616
[dev-dependencies]
17-
async-stream = "0.3"
1817
http = "1"
1918
http-body = "1"
2019
hyper-util = "0.1"
@@ -23,7 +22,6 @@ tokio-stream = {version = "0.1.5", features = ["net"]}
2322
tower = "0.5"
2423
tower-http = { version = "0.6", features = ["set-header", "trace"] }
2524
tower-service = "0.3"
26-
tracing = "0.1"
2725

2826
[build-dependencies]
2927
tonic-build = {path = "../../tonic-build"}

tests/web/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ license = "MIT"
77
[dependencies]
88
base64 = "0.22"
99
bytes = "1.0"
10-
http-body = "1"
1110
http-body-util = "0.1"
1211
hyper = "1"
1312
hyper-util = "0.1"

0 commit comments

Comments
 (0)