Skip to content

Commit

Permalink
chore: Force min versions of hyper and tokio-rustls (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco authored Sep 12, 2023
1 parent d59fe0d commit c25ae99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async-trait = {version = "0.1.13", optional = true}

# transport
h2 = {version = "0.3.17", optional = true}
hyper = {version = "0.14.14", features = ["full"], optional = true}
hyper = {version = "0.14.26", features = ["full"], optional = true}
hyper-timeout = {version = "0.4", optional = true}
tokio-stream = "0.1"
tower = {version = "0.4.7", default-features = false, features = ["balance", "buffer", "discover", "limit", "load", "make", "timeout", "util"], optional = true}
Expand All @@ -79,7 +79,7 @@ axum = {version = "0.6.9", default_features = false, optional = true}
async-stream = { version = "0.3", optional = true }
rustls-pemfile = { version = "1.0", optional = true }
rustls-native-certs = { version = "0.6.3", optional = true }
tokio-rustls = { version = "0.24", optional = true }
tokio-rustls = { version = "0.24.1", optional = true }
webpki-roots = { version = "0.25.0", optional = true }

# compression
Expand Down

0 comments on commit c25ae99

Please sign in to comment.