Skip to content

Commit

Permalink
Update Cargo.toml (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-DPC committed Feb 5, 2024
1 parent 4227468 commit 2a2809b
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 @@ -69,7 +69,7 @@ prost = {version = "0.12", default-features = false, features = ["std"], optiona
async-trait = {version = "0.1.13", optional = true}

# transport
h2 = {version = "0.3.17", optional = true}
h2 = {version = "0.3.24", optional = true}
hyper = {version = "0.14.26", features = ["full"], optional = true}
hyper-timeout = {version = "0.4", optional = true}
tokio-stream = "0.1"
Expand Down

0 comments on commit 2a2809b

Please sign in to comment.