From be1fe02e6e6e093baad33696f20a46eceb9a5426 Mon Sep 17 00:00:00 2001 From: Will-Low Date: Sat, 15 Oct 2022 07:18:19 -0700 Subject: [PATCH] chore: bumping dependency `axum` to version 0.5.16 (#1110) --- tonic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 0f4376d..c598ff4 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -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.15", default_features = false, optional = true} +axum = {version = "0.5.16", default_features = false, optional = true} # rustls rustls-pemfile = { version = "1.0", optional = true }