From b128ac69ec9c226a62092226d4370b57867900bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 13:07:23 +0000 Subject: [PATCH] fix(deps): update rust crate shuttle-axum to 0.57.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dfa846a..94b44d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tracing = "0.1.40" tracing-opentelemetry = "0.23.0" tracing-subscriber = "0.3.18" shuttle-runtime = "0.49.0" -shuttle-axum = "0.39.0" +shuttle-axum = "0.57.0" async-trait = "0.1" [build-dependencies]