From 9b1e773c3110a550c47d8691bf83f34ec8d0fb45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 17:17:51 +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 e18cf0ed5..db4e1d957 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ nativelink-util = { path = "nativelink-util" } nativelink-worker = { path = "nativelink-worker" } async-lock = "3.2.0" -axum = "0.6.20" +axum = "0.7.4" clap = { version = "4.4.11", features = ["derive"] } console-subscriber = { version = "0.2.0" } futures = "0.3.29"