From f0799f84865fe58bf095c51394baf9ad4c49403b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:02:54 +0000 Subject: [PATCH] fix(deps): update rust crate axum to 0.7.4 --- auctioning_platform/webapp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auctioning_platform/webapp/Cargo.toml b/auctioning_platform/webapp/Cargo.toml index f886b45..3b04fe5 100644 --- a/auctioning_platform/webapp/Cargo.toml +++ b/auctioning_platform/webapp/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = { version = "0.6.12", default-features = false, features = ["tokio"] } +axum = { version = "0.7.4", default-features = false, features = ["tokio"] } reqwest = { version = "0.11.16", default-features = false } tokio = { version = "1.27.0", default-features = false, features = ["macros", "rt-multi-thread"] }