We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b08df commit cddd992Copy full SHA for cddd992
tonic/Cargo.toml
@@ -81,7 +81,7 @@ tokio = {version = "1.0.1", features = ["net"], optional = true}
81
tokio-stream = "0.1"
82
tower = {version = "0.4.7", default-features = false, features = ["balance", "buffer", "discover", "limit", "load", "make", "timeout", "util"], optional = true}
83
tracing-futures = {version = "0.2", optional = true}
84
-axum = {version = "0.5", default_features = false, optional = true}
+axum = {version = "0.5.15", default_features = false, optional = true}
85
86
# rustls
87
rustls-pemfile = { version = "1.0", optional = true }
0 commit comments