From 271d13ee10396b5caf7129e6268d78cc2b5ae2c8 Mon Sep 17 00:00:00 2001 From: Frédéric Nieto Date: Sun, 7 Apr 2024 20:43:50 +0200 Subject: feat: updated to axum 0.7 (#92) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a76daf..8189267 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde = "1.0" thiserror = "1.0" tracing = { version = "0.1", optional = true } warp-framework = { package = "warp", version = "0.3", default-features = false, optional = true } -axum-framework = { package = "axum", version = "0.6", default-features = false, optional = true } +axum-framework = { package = "axum", version = "0.7", default-features = false, optional = true } [dev-dependencies] chrono = { version = "0.4", features = ["serde"] } -- cgit v1.2.3