From 22232bf67eb8e029659a2dac9348f4993b33f8fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:16:54 +0000 Subject: [PATCH] fix(deps): update rust crate axum to 0.7.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f5a586..30599a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ path = "./src/lib.rs" [dependencies] async-trait = "0.1.72" -axum = { version = "0.6.19", features = ["headers"] } +axum = { version = "0.7.1", features = ["headers"] } axum-client-ip = "0.4.1" cf-env = "0.1.8" dotenvy = "0.15.7"