From 4e52f8c1617bfd3887b66d7b37a4b22a951104e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:45:27 +0000 Subject: [PATCH] chore(deps): update rust crate axum to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3186967..e5cdcbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license-file = "LICENSE" [workspace.dependencies] anyhow = "1.0.89" -axum = { version = "0.7.7", features = ["ws", "macros"] } +axum = { version = "0.8.0", features = ["ws", "macros"] } bollard = "0.18.0" config = "0.14.0" readonly = "0.2.12"