From 409b6c10d4513b7ca9625d8724f9c82c9f648131 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 22:27:46 +0000 Subject: [PATCH] fix(deps): update rust crate axum to 0.7.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15794b1..ebfeb7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ name = "demo" name = "echo" [dependencies] -axum = { version = "0.6.20", features = ["json", "macros"] } +axum = { version = "0.7.5", features = ["json", "macros"] } clap = { version = "4", features = ["derive", "env"] } once_cell = "1.18" prometheus = "0.13"