chore(deps): bump shuttle-runtime from 0.42.0 to 0.43.0

Bumps shuttle-runtime from 0.42.0 to 0.43.0.

---
updated-dependencies:
- dependency-name: shuttle-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-03 11:52:47 +00:00 committed by GitHub
parent 44c07a3eb6
commit f60d6a2bd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 96 additions and 10 deletions

104
Cargo.lock generated
View File

@ -2228,7 +2228,7 @@ dependencies = [
"serde",
"serde_regex",
"shuttle-actix-web",
"shuttle-runtime",
"shuttle-runtime 0.43.0",
"tokio",
"tracing",
"tracing-subscriber",
@ -2381,7 +2381,7 @@ checksum = "a6cc5c406b066c8c6d68d0165abf38c6484acd6121e7d238440fa46d846b777d"
dependencies = [
"actix-web",
"num_cpus",
"shuttle-runtime",
"shuttle-runtime 0.42.0",
]
[[package]]
@ -2396,6 +2396,18 @@ dependencies = [
"syn 2.0.55",
]
[[package]]
name = "shuttle-codegen"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c7c1ea0dfd165fa64dd91bf4c67d1cf22e2f13c5edc4b64656b6015303aa82f"
dependencies = [
"proc-macro-error",
"proc-macro2",
"quote",
"syn 2.0.55",
]
[[package]]
name = "shuttle-common"
version = "0.42.0"
@ -2423,6 +2435,33 @@ dependencies = [
"zeroize",
]
[[package]]
name = "shuttle-common"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5367bffb2a9788af483024aaa3a7efc52f901516ef007eb82f739eb7ba609c5f"
dependencies = [
"anyhow",
"chrono",
"comfy-table",
"crossterm 0.27.0",
"http 0.2.12",
"opentelemetry",
"opentelemetry-http",
"pin-project",
"semver",
"serde",
"serde_json",
"strum 0.26.2",
"tower",
"tracing",
"tracing-opentelemetry",
"tracing-subscriber",
"url",
"uuid",
"zeroize",
]
[[package]]
name = "shuttle-proto"
version = "0.42.0"
@ -2432,7 +2471,20 @@ dependencies = [
"futures-core",
"prost",
"prost-types",
"shuttle-common",
"shuttle-common 0.42.0",
"tonic",
]
[[package]]
name = "shuttle-proto"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf359a9d0077e1526f02004b34a4ad605bd72855a5ce371a646096297043f2f"
dependencies = [
"futures-core",
"prost",
"prost-types",
"shuttle-common 0.43.0",
"tonic",
]
@ -2445,19 +2497,39 @@ dependencies = [
"anyhow",
"async-trait",
"chrono",
"colored",
"prost-types",
"serde",
"serde_json",
"shuttle-codegen",
"shuttle-common",
"shuttle-proto",
"shuttle-service",
"shuttle-codegen 0.42.0",
"shuttle-common 0.42.0",
"shuttle-proto 0.42.0",
"shuttle-service 0.42.0",
"strfmt",
"thiserror",
"tokio",
"tokio-stream",
"tonic",
]
[[package]]
name = "shuttle-runtime"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "163ea2e829b0448c8faaf10bba50c66d6280449beafcbdda3da3e69461d974d6"
dependencies = [
"anyhow",
"async-trait",
"colored",
"serde",
"serde_json",
"shuttle-codegen 0.43.0",
"shuttle-common 0.43.0",
"shuttle-proto 0.43.0",
"shuttle-service 0.43.0",
"strfmt",
"tokio",
"tokio-stream",
"tonic",
"tracing-subscriber",
]
@ -2470,7 +2542,21 @@ dependencies = [
"anyhow",
"async-trait",
"serde",
"shuttle-common",
"shuttle-common 0.42.0",
"strfmt",
"thiserror",
]
[[package]]
name = "shuttle-service"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c41b682b8639915d01f6b9b5bff76afc8b67d553b8199d0364bd4675397b06d"
dependencies = [
"anyhow",
"async-trait",
"serde",
"shuttle-common 0.43.0",
"strfmt",
"thiserror",
]

View File

@ -24,7 +24,7 @@ actix-web-grants = { version = "4.0.3" }
actix-multipart = "0.6.1"
actix-files = "0.6.5"
shuttle-actix-web = { version = "0.42.0", optional = true }
shuttle-runtime = { version = "0.42.0", optional = true }
shuttle-runtime = { version = "0.43.0", optional = true }
awc = { version = "3.4.0" }
serde = "1.0.197"
futures-util = "0.3.30"