1
0
mirror of https://github.com/actix/actix-website synced 2024-11-27 10:02:57 +01:00

chore(deps): bump the shuttle group in /examples with 2 updates (#417)

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.46.0 to 0.47.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.46.0...v0.47.0)

Updates `shuttle-runtime` from 0.46.0 to 0.47.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.46.0...v0.47.0)

---
updated-dependencies:
- dependency-name: shuttle-actix-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: shuttle
- dependency-name: shuttle-runtime
  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] 2024-07-29 22:30:38 +01:00 committed by GitHub
parent 630441de56
commit 2367c85c85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 14 deletions

24
examples/Cargo.lock generated
View File

@ -2512,9 +2512,9 @@ dependencies = [
[[package]]
name = "shuttle-actix-web"
version = "0.46.0"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c99f0a6bae9ed32b21a87a1a1d99a657c7e037da23a580af0683d2006caea601"
checksum = "05099347aa601903334586a927c098a66153aaeb47363a30b0de72b5739feb62"
dependencies = [
"actix-web",
"num_cpus",
@ -2523,9 +2523,9 @@ dependencies = [
[[package]]
name = "shuttle-codegen"
version = "0.46.0"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccc78593861ac3ed0a0efb2f59bc872c5fdf103ba4bb48a12b14a54d6ac98d20"
checksum = "3d0e472cdad882debb65474b618f1a2e1504460b0803f84a0ca18b84493ffd2b"
dependencies = [
"proc-macro-error",
"proc-macro2",
@ -2535,9 +2535,9 @@ dependencies = [
[[package]]
name = "shuttle-common"
version = "0.46.0"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb1276703054c47dce9e0b5c18ed0beb7094dded4b94d9ebc5f1334ba7c21b33"
checksum = "31f26e99a8921bb0824d0cb5fa7c2fe077d7b0476634c9b3c99f775ba94b468d"
dependencies = [
"anyhow",
"chrono",
@ -2563,9 +2563,9 @@ dependencies = [
[[package]]
name = "shuttle-proto"
version = "0.46.0"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c483a607932efd362ca1421e94019cae84ff786020ce341001e44e39975d8503"
checksum = "12d68790de14e4048738be652b1c5803a1563aef1a20cc00979855c2e497ec5d"
dependencies = [
"futures-core",
"prost",
@ -2576,9 +2576,9 @@ dependencies = [
[[package]]
name = "shuttle-runtime"
version = "0.46.0"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d08612be826db7a7ba7c1d1f4cb594c45c7891a68fa50c300fea88ee5b9dbe4"
checksum = "07c18036c9640c0e74c0ce4a67cc11e4e6603179305f74558035fe5a033ec77f"
dependencies = [
"anyhow",
"async-trait",
@ -2599,9 +2599,9 @@ dependencies = [
[[package]]
name = "shuttle-service"
version = "0.46.0"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca881c735af684acaab3dcaf9d6c2cc65e82636bfbe3d4afb3d666c1c3477e13"
checksum = "ff6f3011b6766b3aad6b93f16aaf9beb5fe9e600e85e409a5077d8e2f0b055c4"
dependencies = [
"anyhow",
"async-trait",

View File

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