From e46d41ff3d436acdf68ede4168928c1dcecdef7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 13:24:37 +0000 Subject: [PATCH] Update Rust crate axum to 0.7.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b9fb12f8..7348cc00d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ nativelink-util = { path = "nativelink-util" } nativelink-worker = { path = "nativelink-worker" } async-lock = "3.3.0" -axum = "0.6.20" +axum = "0.7.4" clap = { version = "4.5.1", features = ["derive"] } console-subscriber = { version = "0.2.0" } futures = "0.3.30"