From ff4286df31bd0021ece3a88e4026ec14ce983f5c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Jan 2025 11:40:19 +0100 Subject: [PATCH] fix(deps): update rust crate axum to 0.8 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | crate | axum | 0.7.9 | 0.8.0 | --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34a2ca2..9229063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ multiple_crate_versions = "allow" pedantic = { level = "warn", priority = -1 } [dependencies] -axum = "0.7" +axum = "0.8" axum-client-ip = "0.6" base64 = "0.22" clap = { version = "4", features = ["derive", "env"] }