fix(transport): Bump axum for CVE-2022-3212 (#1088)

This commit is contained in:
Lucio Franco
2022-09-28 10:27:58 -04:00
committed by GitHub
parent c1b08dffac
commit cddd992666
+1 -1
View File
@@ -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 }