From 08a1722692bedefaa9ca1e8f6aa194b01dc06849 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 15:13:37 +0000 Subject: [PATCH] Update Rust crate axum to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ed2b9504..60825cf77 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.0" clap = { version = "4.5.4", features = ["derive"] } futures = "0.3.30"