From e1c4dcb45c72c6e4c9c03b0551557bcc38dcc743 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 13 Jan 2024 14:00:20 +0000 Subject: [PATCH 1/2] chore(deps): 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 811e3c9..cf4a422 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ name = "site" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = { version = "0.6.18" } +axum = { version = "0.7.4" } hyper = { version = "0.14.26" } tokio = { version = "1.28.0", features = ["full"] } tracing = "0.1.37" From 88e8a2b2d20da593982095242aae74f0ea25eb19 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Mar 2024 20:00:25 +0000 Subject: [PATCH 2/2] chore(deps): update rust crate axum to 0.7.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 811e3c9..bf69c7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ name = "site" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = { version = "0.6.18" } +axum = { version = "0.7.5" } hyper = { version = "0.14.26" } tokio = { version = "1.28.0", features = ["full"] } tracing = "0.1.37"