From 9744e73ec97dbb89170014c5c3f5fe30391413c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 22:11:07 +0000 Subject: [PATCH] Bump shuttle-axum from 0.56.0 to 0.57.0 Bumps [shuttle-axum](https://github.com/shuttle-hq/shuttle) from 0.56.0 to 0.57.0. - [Release notes](https://github.com/shuttle-hq/shuttle/releases) - [Changelog](https://github.com/shuttle-hq/shuttle/blob/main/CHANGELOG.md) - [Commits](https://github.com/shuttle-hq/shuttle/compare/v0.56.0...v0.57.0) --- updated-dependencies: - dependency-name: shuttle-axum dependency-version: 0.57.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 162 ++++++++++++++++++++++++++++++++++++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 149 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74eefea..ccfb34f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3243,20 +3243,42 @@ dependencies = [ "reqwest-middleware", "serde", "serde_json", - "shuttle-common", + "shuttle-common 0.56.0", "tokio", - "tokio-tungstenite", + "tokio-tungstenite 0.26.2", + "url", +] + +[[package]] +name = "shuttle-api-client" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50014d2c881895e2f18c412d07a945f8dadd2a40171af2773e29aebc306555f5" +dependencies = [ + "anyhow", + "async-trait", + "bytes", + "headers", + "http", + "percent-encoding", + "reqwest", + "reqwest-middleware", + "serde", + "serde_json", + "shuttle-common 0.57.0", + "tokio", + "tokio-tungstenite 0.27.0", "url", ] [[package]] name = "shuttle-axum" -version = "0.56.0" +version = "0.57.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea81b79b07a0672082fe1a6c5b4d051423f9c1e4108452e83adeafc6fbb83238" +checksum = "8689ba948b46f56ba52ac6fcbd68cd07807e79a5f6b1e2bf35c4be1d1eaf4620" dependencies = [ "axum", - "shuttle-runtime", + "shuttle-runtime 0.57.0", ] [[package]] @@ -3268,7 +3290,20 @@ dependencies = [ "proc-macro-error2", "proc-macro2", "quote", - "shuttle-ifc", + "shuttle-ifc 0.56.0", + "syn 2.0.104", +] + +[[package]] +name = "shuttle-codegen" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c31ffbf347a3d18a548e27b77608c6052ce293b053624e23938916325ac13bb1" +dependencies = [ + "proc-macro-error2", + "proc-macro2", + "quote", + "shuttle-ifc 0.57.0", "syn 2.0.104", ] @@ -3288,6 +3323,22 @@ dependencies = [ "zeroize", ] +[[package]] +name = "shuttle-common" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e5f589b53bec1c0b993883d7a5a80111fcc6a1cbe6220f712ea504c748e83e6" +dependencies = [ + "chrono", + "http", + "semver", + "serde", + "serde_json", + "strum", + "typeshare", + "zeroize", +] + [[package]] name = "shuttle-ifc" version = "0.56.0" @@ -3295,7 +3346,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "370105d6f8606fd69883e11ce6fcb310b618a53071c7a44a4bfac8ce42ad6f05" dependencies = [ "proc-macro2", - "shuttle-common", + "shuttle-common 0.56.0", + "syn 2.0.104", +] + +[[package]] +name = "shuttle-ifc" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cec9f79ae871e02182b8dd3fed894a44afee58c4549e5252e9c3a6acbaece3a" +dependencies = [ + "proc-macro2", + "shuttle-common 0.57.0", "syn 2.0.104", ] @@ -3313,16 +3375,39 @@ dependencies = [ "hyper-util", "serde", "serde_json", - "shuttle-api-client", - "shuttle-codegen", - "shuttle-common", - "shuttle-service", + "shuttle-api-client 0.56.0", + "shuttle-codegen 0.56.0", + "shuttle-common 0.56.0", + "shuttle-service 0.56.0", "strfmt", "tokio", "tracing", "tracing-subscriber", ] +[[package]] +name = "shuttle-runtime" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "613d6fd24bb70d4c173989d6b7882b5b6bffdafd679223f5a76171369aadcf01" +dependencies = [ + "anyhow", + "async-trait", + "http-body", + "http-body-util", + "hyper", + "hyper-util", + "serde", + "serde_json", + "shuttle-api-client 0.57.0", + "shuttle-codegen 0.57.0", + "shuttle-common 0.57.0", + "shuttle-service 0.57.0", + "strfmt", + "tokio", + "tracing", +] + [[package]] name = "shuttle-service" version = "0.56.0" @@ -3332,7 +3417,21 @@ dependencies = [ "anyhow", "async-trait", "serde", - "shuttle-common", + "shuttle-common 0.56.0", + "strfmt", + "thiserror 2.0.12", +] + +[[package]] +name = "shuttle-service" +version = "0.57.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0f8400f4ec61f959d696a3ec73ac9de798185999b3d8bf7c79b7e745ba44a14" +dependencies = [ + "anyhow", + "async-trait", + "serde", + "shuttle-common 0.57.0", "strfmt", "thiserror 2.0.12", ] @@ -3374,7 +3473,7 @@ dependencies = [ "serde_repr", "shuttle", "shuttle-axum", - "shuttle-runtime", + "shuttle-runtime 0.56.0", "strum", "strum_macros", "tokio", @@ -3835,7 +3934,23 @@ dependencies = [ "rustls-pki-types", "tokio", "tokio-rustls", - "tungstenite", + "tungstenite 0.26.2", + "webpki-roots 0.26.11", +] + +[[package]] +name = "tokio-tungstenite" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "489a59b6730eda1b0171fcfda8b121f4bee2b35cba8645ca35c5f7ba3eb736c1" +dependencies = [ + "futures-util", + "log", + "rustls", + "rustls-pki-types", + "tokio", + "tokio-rustls", + "tungstenite 0.27.0", "webpki-roots 0.26.11", ] @@ -4016,6 +4131,25 @@ dependencies = [ "utf-8", ] +[[package]] +name = "tungstenite" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d" +dependencies = [ + "bytes", + "data-encoding", + "http", + "httparse", + "log", + "rand 0.9.1", + "rustls", + "rustls-pki-types", + "sha1", + "thiserror 2.0.12", + "utf-8", +] + [[package]] name = "typed-arena" version = "2.0.2" diff --git a/Cargo.toml b/Cargo.toml index 6d641da..616e7a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ askama = "0.14.0" # Shuttle shuttle = "0.8.1" shuttle-runtime = "0.56.0" -shuttle-axum = "0.56.0" +shuttle-axum = "0.57.0" # Serde serde = {version = "1", features = ["derive"]} serde_repr = "0.1.20"