diff --git a/Cargo.toml b/Cargo.toml index cabd2c0..c63f16d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ axum = { version = "0.7", features = ["macros"] } axum-extra = { version = "0.9", features = ["typed-header"] } tokio = { version = "1.28", features = ["full"] } shuttle-axum = "0.47" -shuttle-runtime = "0.47" +shuttle-runtime = "0.51" [dev-dependencies] tower = { version = "0.5", features = ["util"] }