Skip to content

Commit

Permalink
fix(transport): Bump axum for CVE-2022-3212 (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Sep 28, 2022
1 parent c1b08df commit cddd992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/Cargo.toml
Expand Up @@ -81,7 +81,7 @@ tokio = {version = "1.0.1", features = ["net"], 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}
tracing-futures = {version = "0.2", optional = true}
axum = {version = "0.5", default_features = false, optional = true}
axum = {version = "0.5.15", default_features = false, optional = true}

# rustls
rustls-pemfile = { version = "1.0", optional = true }
Expand Down

0 comments on commit cddd992

Please sign in to comment.