From 1846ac92b2bde886229875c99cd2d6335a23baea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 19:05:18 +0900 Subject: [PATCH] chore(deps): bump the shuttle group in /examples with 2 updates (#606) Bumps the shuttle group in /examples with 2 updates: [shuttle-actix-web](https://github.com/shuttle-hq/shuttle) and [shuttle-runtime](https://github.com/shuttle-hq/shuttle). Updates `shuttle-actix-web` from 0.54.0 to 0.55.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.54.0...v0.55.0) Updates `shuttle-runtime` from 0.54.0 to 0.55.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.54.0...v0.55.0) --- updated-dependencies: - dependency-name: shuttle-actix-web dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: shuttle - dependency-name: shuttle-runtime dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: shuttle ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/Cargo.lock | 25 ++++++++++++------------- examples/shuttle/Cargo.toml | 4 ++-- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 4cfd23f..6ca5568 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -3415,9 +3415,9 @@ dependencies = [ [[package]] name = "shuttle-actix-web" -version = "0.54.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6debfb97e1a17035ef587051bb0a75ae69064f1abcc2f72b82ca4a4b84f768f5" +checksum = "9f87cb3a811126b5f30d90b2cd14d28ea5c9958cbef26fa582ee66d3c492916a" dependencies = [ "actix-web", "num_cpus", @@ -3426,9 +3426,9 @@ dependencies = [ [[package]] name = "shuttle-api-client" -version = "0.54.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "591a08d1feac17038e520f6f880ec88e8d1ed309089aaaf56a5c79a08789453d" +checksum = "02461765f28a0c0d188d891415b9a4c7fbe6fed10462ecc152978730975cc773" dependencies = [ "anyhow", "async-trait", @@ -3447,9 +3447,9 @@ dependencies = [ [[package]] name = "shuttle-codegen" -version = "0.54.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9aa6a85d32d7ee58da01ff8069e0301c4ddd9cf99af3b9a96688501b1738a01" +checksum = "140bb12bb6fb5ed68ec56d226e3990e1a91487d27b86b424b35a8f0e6ee66f63" dependencies = [ "proc-macro-error2", "proc-macro2", @@ -3459,9 +3459,9 @@ dependencies = [ [[package]] name = "shuttle-common" -version = "0.54.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64746d5d93631ad127e671227ec7afbbc99277d0e3ee0e79d96d29cb4062f253" +checksum = "33df336332f0052b047470b321709f70475a8f4d94909d23bc67d448aad15454" dependencies = [ "chrono", "http 1.2.0", @@ -3469,16 +3469,15 @@ dependencies = [ "serde", "serde_json", "strum 0.27.1", - "tracing", "typeshare", "zeroize", ] [[package]] name = "shuttle-runtime" -version = "0.54.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40594c48eee68420577e23b0a75b851d621d85949191faff1c739ef97334cb72" +checksum = "bfb615de9fb1f11dd581af68ceec78425ac0bc19c7e3af9ae1a16605358a288f" dependencies = [ "anyhow", "async-trait", @@ -3500,9 +3499,9 @@ dependencies = [ [[package]] name = "shuttle-service" -version = "0.54.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e7f5004ff4b393c909a1543f63d1518282e7a10480151da3f1f2d827d9e149e" +checksum = "c2eaff065874fa4d56c66eed11e9534331ce19e018cdb3fe3cfc5c251beff723" dependencies = [ "anyhow", "async-trait", diff --git a/examples/shuttle/Cargo.toml b/examples/shuttle/Cargo.toml index 223c58d..2b4215a 100644 --- a/examples/shuttle/Cargo.toml +++ b/examples/shuttle/Cargo.toml @@ -7,7 +7,7 @@ edition.workspace = true # [dependencies] actix-web = "4" -shuttle-actix-web = "0.54" -shuttle-runtime = "0.54" +shuttle-actix-web = "0.55" +shuttle-runtime = "0.55" tokio = "1" #