Skip to content

Commit

Permalink
fix(transport): Bump hyper to 0.14.14 (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Oct 27, 2021
1 parent 2fe7131 commit 2a3e9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async-trait = {version = "0.1.13", optional = true}

# transport
h2 = {version = "0.3", optional = true}
hyper = {version = "0.14.4", features = ["full"], optional = true}
hyper = {version = "0.14.14", features = ["full"], optional = true}
hyper-timeout = {version = "0.4", optional = true}
tokio = {version = "1.0.1", features = ["net"], optional = true}
tokio-stream = "0.1"
Expand Down

0 comments on commit 2a3e9b2

Please sign in to comment.