From a6d3e1e9b115e7d794e056becdc136c89bb8bb63 Mon Sep 17 00:00:00 2001 From: Lev Khoroshansky Date: Mon, 28 Nov 2022 15:42:12 +0100 Subject: [PATCH] deps: Bump `axum` to `0.6.0` --- crates/teloxide/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/teloxide/Cargo.toml b/crates/teloxide/Cargo.toml index 05a6367f..7c9e6634 100644 --- a/crates/teloxide/Cargo.toml +++ b/crates/teloxide/Cargo.toml @@ -94,7 +94,7 @@ sqlx = { version = "0.6", optional = true, default-features = false, features = redis = { version = "0.21", features = ["tokio-comp"], optional = true } serde_cbor = { version = "0.11", optional = true } bincode = { version = "1.3", optional = true } -axum = { version = "0.5.13", optional = true } +axum = { version = "0.6.0", optional = true } tower = { version = "0.4.12", optional = true } tower-http = { version = "0.3.4", features = ["trace"], optional = true } rand = { version = "0.8.5", optional = true }