1
0
mirror of https://github.com/actix/actix-website synced 2025-06-07 23:28:20 +02:00

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-05-26 19:05:18 +09:00 committed by GitHub
parent cde7f5fcc5
commit 1846ac92b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 15 deletions

25
examples/Cargo.lock generated
View File

@ -3415,9 +3415,9 @@ dependencies = [
[[package]] [[package]]
name = "shuttle-actix-web" name = "shuttle-actix-web"
version = "0.54.0" version = "0.55.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6debfb97e1a17035ef587051bb0a75ae69064f1abcc2f72b82ca4a4b84f768f5" checksum = "9f87cb3a811126b5f30d90b2cd14d28ea5c9958cbef26fa582ee66d3c492916a"
dependencies = [ dependencies = [
"actix-web", "actix-web",
"num_cpus", "num_cpus",
@ -3426,9 +3426,9 @@ dependencies = [
[[package]] [[package]]
name = "shuttle-api-client" name = "shuttle-api-client"
version = "0.54.0" version = "0.55.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "591a08d1feac17038e520f6f880ec88e8d1ed309089aaaf56a5c79a08789453d" checksum = "02461765f28a0c0d188d891415b9a4c7fbe6fed10462ecc152978730975cc773"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@ -3447,9 +3447,9 @@ dependencies = [
[[package]] [[package]]
name = "shuttle-codegen" name = "shuttle-codegen"
version = "0.54.0" version = "0.55.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9aa6a85d32d7ee58da01ff8069e0301c4ddd9cf99af3b9a96688501b1738a01" checksum = "140bb12bb6fb5ed68ec56d226e3990e1a91487d27b86b424b35a8f0e6ee66f63"
dependencies = [ dependencies = [
"proc-macro-error2", "proc-macro-error2",
"proc-macro2", "proc-macro2",
@ -3459,9 +3459,9 @@ dependencies = [
[[package]] [[package]]
name = "shuttle-common" name = "shuttle-common"
version = "0.54.0" version = "0.55.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64746d5d93631ad127e671227ec7afbbc99277d0e3ee0e79d96d29cb4062f253" checksum = "33df336332f0052b047470b321709f70475a8f4d94909d23bc67d448aad15454"
dependencies = [ dependencies = [
"chrono", "chrono",
"http 1.2.0", "http 1.2.0",
@ -3469,16 +3469,15 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"strum 0.27.1", "strum 0.27.1",
"tracing",
"typeshare", "typeshare",
"zeroize", "zeroize",
] ]
[[package]] [[package]]
name = "shuttle-runtime" name = "shuttle-runtime"
version = "0.54.0" version = "0.55.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40594c48eee68420577e23b0a75b851d621d85949191faff1c739ef97334cb72" checksum = "bfb615de9fb1f11dd581af68ceec78425ac0bc19c7e3af9ae1a16605358a288f"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@ -3500,9 +3499,9 @@ dependencies = [
[[package]] [[package]]
name = "shuttle-service" name = "shuttle-service"
version = "0.54.0" version = "0.55.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e7f5004ff4b393c909a1543f63d1518282e7a10480151da3f1f2d827d9e149e" checksum = "c2eaff065874fa4d56c66eed11e9534331ce19e018cdb3fe3cfc5c251beff723"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",

View File

@ -7,7 +7,7 @@ edition.workspace = true
# <shuttle-deps> # <shuttle-deps>
[dependencies] [dependencies]
actix-web = "4" actix-web = "4"
shuttle-actix-web = "0.54" shuttle-actix-web = "0.55"
shuttle-runtime = "0.54" shuttle-runtime = "0.55"
tokio = "1" tokio = "1"
# </shuttle-deps> # </shuttle-deps>