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" }