We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb28e6 commit 73b87f7Copy full SHA for 73b87f7
tonic/Cargo.toml
@@ -77,7 +77,7 @@ async-trait = {version = "0.1.13", optional = true}
77
# transport
78
h2 = {version = "0.4", optional = true}
79
hyper = {version = "1", features = ["http1", "http2"], optional = true}
80
-hyper-util = { version = "0.1.4", features = ["tokio"], optional = true }
+hyper-util = { version = "0.1.11", features = ["tokio"], optional = true }
81
socket2 = { version = "0.5", optional = true, features = ["all"] }
82
tokio = {version = "1", default-features = false, optional = true}
83
tower = {version = "0.5", default-features = false, optional = true}
0 commit comments