From 39a7673b36b226cc7b09f4d7590d511e156a44df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:05:50 +0000 Subject: [PATCH] chore(deps): update rust dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce660e3c..7232daa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ sea-orm-migration = { version = "1.1.0", features = ["runtime-tokio-rustls", "sq # Web framework axum = "0.8.0" -axum-server = { version = "0.7", features = ["tls-rustls"] } +axum-server = { version = "0.8", features = ["tls-rustls"] } tower-http = { version = "0.7.0", features = ["cors", "trace", "fs"] } hyper = "1.5" hyper-util = { version = "0.1", features = ["client", "client-legacy", "http1", "http2", "tokio"] }