From eef5e26560167339ff0c4e0db999cc2c0b76d9ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 18:02:22 +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 19445ee80..65ecf6380 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,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.3", features = ["derive"] } console-subscriber = { version = "0.2.0" } futures = "0.3.30"