From 27ade77336597cce5b751042ccc5fbba12c77811 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:47:02 +0000 Subject: [PATCH] fix(deps): update rust crate shuttle-axum to 0.51.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dfa846a..749ca49 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.51.0" async-trait = "0.1" [build-dependencies]