Skip to content

Commit cddd992

Browse files
authored
fix(transport): Bump axum for CVE-2022-3212 (#1088)
1 parent c1b08df commit cddd992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tonic/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ tokio = {version = "1.0.1", features = ["net"], optional = true}
8181
tokio-stream = "0.1"
8282
tower = {version = "0.4.7", default-features = false, features = ["balance", "buffer", "discover", "limit", "load", "make", "timeout", "util"], optional = true}
8383
tracing-futures = {version = "0.2", optional = true}
84-
axum = {version = "0.5", default_features = false, optional = true}
84+
axum = {version = "0.5.15", default_features = false, optional = true}
8585

8686
# rustls
8787
rustls-pemfile = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)