mirror of
https://github.com/actix/actix-website
synced 2025-01-22 08:05:56 +01:00
chore(deps): bump the shuttle group in /examples with 2 updates (#519)
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.49.0 to 0.50.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.49.0...v0.50.0) Updates `shuttle-runtime` from 0.49.0 to 0.50.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.49.0...v0.50.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:
parent
4b6f76be99
commit
22b4c0aaeb
52
examples/Cargo.lock
generated
52
examples/Cargo.lock
generated
@ -2114,34 +2114,32 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro-error"
|
||||
version = "1.0.4"
|
||||
name = "proc-macro-error-attr2"
|
||||
version = "2.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
||||
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
||||
dependencies = [
|
||||
"proc-macro-error-attr",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 1.0.109",
|
||||
"version_check",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro-error-attr"
|
||||
version = "1.0.4"
|
||||
name = "proc-macro-error2"
|
||||
version = "2.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
||||
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
||||
dependencies = [
|
||||
"proc-macro-error-attr2",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"version_check",
|
||||
"syn 2.0.87",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro2"
|
||||
version = "1.0.84"
|
||||
version = "1.0.93"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6"
|
||||
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
||||
dependencies = [
|
||||
"unicode-ident",
|
||||
]
|
||||
@ -2678,9 +2676,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shuttle-actix-web"
|
||||
version = "0.49.0"
|
||||
version = "0.50.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "73a5195a20833aa6d85a295cd7854b02c9a9325900f0ad7d8753c8e4bf85611d"
|
||||
checksum = "21af2c2ac47e561fa29a64681b342fad9d556e1fbde4abc9627a42641358bad0"
|
||||
dependencies = [
|
||||
"actix-web",
|
||||
"num_cpus",
|
||||
@ -2689,9 +2687,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shuttle-api-client"
|
||||
version = "0.49.0"
|
||||
version = "0.50.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cbe7537d0542543b2f26f48e113e1b9366ad9f675d511084ecac098107ad7bc2"
|
||||
checksum = "a9fd4345091aa0f5b8bd24b42bc14a78c2b71fdc48e17998305433614c2a56c5"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
@ -2712,11 +2710,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shuttle-codegen"
|
||||
version = "0.49.0"
|
||||
version = "0.50.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5088974f1b70861d15606e80011a4b14537cf6fe3d4ae3a25ed286fd9ca56364"
|
||||
checksum = "b6f952c8f559b90777000f7b4803c0bc983405599f2c0b2c68da1569ccd64016"
|
||||
dependencies = [
|
||||
"proc-macro-error",
|
||||
"proc-macro-error2",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.87",
|
||||
@ -2724,9 +2722,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shuttle-common"
|
||||
version = "0.49.0"
|
||||
version = "0.50.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9f167b3f5fd96e6c7465e85c17267daef7c364da5b8f0c24f4027cf829343e9d"
|
||||
checksum = "709313a6ac5aa68df4793b6c733c2fc554aa298bdafdc193d8386131bab17480"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
@ -2755,9 +2753,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shuttle-proto"
|
||||
version = "0.49.0"
|
||||
version = "0.50.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "132a015d70a737692569573320421d87c0fc3cf5696bf9f62451542ddbadf508"
|
||||
checksum = "21a7e0f26860c9acba9533cd5659a9c8b0a0e76b44307628e2925541ac1373fc"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"prost",
|
||||
@ -2768,9 +2766,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shuttle-runtime"
|
||||
version = "0.49.0"
|
||||
version = "0.50.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "337789faa0372648a8ac286b2f92a53121fe118f12e29009ac504872a5413cc6"
|
||||
checksum = "47bd47a75e9a09eb623cb4f00fce5f49ed9a968a7a60523d0d94c0d5af677f44"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
@ -2793,9 +2791,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shuttle-service"
|
||||
version = "0.49.0"
|
||||
version = "0.50.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "22ba454b13e4e29b5b892a62c334360a571de5a25c936283416c94328427dd57"
|
||||
checksum = "ca5dcd25164380881233e676bd897de629a7d719bf02214c1b6ba16a2d2079c9"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
@ -7,7 +7,7 @@ edition.workspace = true
|
||||
# <shuttle-deps>
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
shuttle-actix-web = "0.49"
|
||||
shuttle-runtime = "0.49"
|
||||
shuttle-actix-web = "0.50"
|
||||
shuttle-runtime = "0.50"
|
||||
tokio = "1"
|
||||
# </shuttle-deps>
|
||||
|
Loading…
x
Reference in New Issue
Block a user