Skip to content

Commit 73b87f7

Browse files
bump hyper-util version
1 parent cfb28e6 commit 73b87f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tonic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async-trait = {version = "0.1.13", optional = true}
7777
# transport
7878
h2 = {version = "0.4", optional = true}
7979
hyper = {version = "1", features = ["http1", "http2"], optional = true}
80-
hyper-util = { version = "0.1.4", features = ["tokio"], optional = true }
80+
hyper-util = { version = "0.1.11", features = ["tokio"], optional = true }
8181
socket2 = { version = "0.5", optional = true, features = ["all"] }
8282
tokio = {version = "1", default-features = false, optional = true}
8383
tower = {version = "0.5", default-features = false, optional = true}

0 commit comments

Comments
 (0)