From 76eb83d4d0f8d77e2fded5c41884969564b2de6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 03:45:18 +0000 Subject: [PATCH] fix: update shuttle-axum requirement from 0.31.0 to 0.39.0 Updates the requirements on shuttle-axum to permit the latest version. --- updated-dependencies: - dependency-name: shuttle-axum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0164746..20f597f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ tower-http = { version = "0.4.4", features = ["tracing", "compression-br", "comp # Shuttle miette = { version = "5.10.0" } shuttle-runtime = { version = "0.31.0", features = ["next", "tracing-subscriber"] } -shuttle-axum = { version = "0.31.0" } +shuttle-axum = { version = "0.39.0" } shuttle-secrets = { version = "0.34.0" } tokio = { version = "1.33.0", features = ["full"] } axum = { version = "0.6.20" }