From 110a6288dd9608016f9c3a190e03cfd0f3951516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:38:11 +0000 Subject: [PATCH] chore(deps): bump shuttle-actix-web from 0.33.0 to 0.34.0 Bumps shuttle-actix-web from 0.33.0 to 0.34.0. --- updated-dependencies: - dependency-name: shuttle-actix-web dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 125 ++++++++++++++++++++++++++++++++++++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 116 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f4a60bb..f67f645d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2616,7 +2616,7 @@ dependencies = [ "serde", "serde_regex", "shuttle-actix-web", - "shuttle-runtime", + "shuttle-runtime 0.33.0", "tokio", "tracing", "tracing-subscriber", @@ -2769,13 +2769,13 @@ dependencies = [ [[package]] name = "shuttle-actix-web" -version = "0.33.0" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dff867b8f4668d8e283a3c3ce9dd725c97b8985d4bf06b61b10e23ddf21be539" +checksum = "65024a7c586876a37ad6275f389b6a02a3a99dc46a1741b39856057535e84456" dependencies = [ "actix-web", "num_cpus", - "shuttle-runtime", + "shuttle-runtime 0.34.0", ] [[package]] @@ -2790,6 +2790,18 @@ dependencies = [ "syn 2.0.38", ] +[[package]] +name = "shuttle-codegen" +version = "0.34.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36d3815ee807c2563cc185c816284ddc21c9b85dbbad4adb96a6fbfcce6d35b6" +dependencies = [ + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.38", +] + [[package]] name = "shuttle-common" version = "0.33.0" @@ -2836,6 +2848,48 @@ dependencies = [ "zeroize", ] +[[package]] +name = "shuttle-common" +version = "0.34.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9264106f4bff88034fe57655a9e1bbd8ab5de91d6796f3c95197ef9ab81bcb48" +dependencies = [ + "anyhow", + "async-trait", + "axum", + "bytes", + "chrono", + "comfy-table", + "crossterm 0.27.0", + "headers", + "http", + "http-body", + "hyper", + "jsonwebtoken", + "opentelemetry", + "opentelemetry-http", + "opentelemetry-otlp", + "opentelemetry_sdk", + "pin-project", + "rustrict", + "semver", + "serde", + "serde_json", + "strum 0.25.0", + "thiserror", + "tokio", + "tonic 0.10.2", + "tower", + "tower-http", + "tracing", + "tracing-opentelemetry", + "tracing-subscriber", + "ttl_cache", + "url", + "uuid", + "zeroize", +] + [[package]] name = "shuttle-proto" version = "0.33.0" @@ -2850,13 +2904,26 @@ dependencies = [ "prost 0.12.1", "prost-types", "serde_json", - "shuttle-common", + "shuttle-common 0.33.0", "tokio", "tonic 0.10.2", "tower", "tracing", ] +[[package]] +name = "shuttle-proto" +version = "0.34.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48c8e18375ee467da38bdbb8bd23f0f267f1f33ae16c3ac6659a257ca3ba96c7" +dependencies = [ + "futures-core", + "prost 0.12.1", + "prost-types", + "shuttle-common 0.34.0", + "tonic 0.10.2", +] + [[package]] name = "shuttle-runtime" version = "0.33.0" @@ -2870,10 +2937,10 @@ dependencies = [ "prost-types", "serde", "serde_json", - "shuttle-codegen", - "shuttle-common", - "shuttle-proto", - "shuttle-service", + "shuttle-codegen 0.33.0", + "shuttle-common 0.33.0", + "shuttle-proto 0.33.0", + "shuttle-service 0.33.0", "strfmt", "thiserror", "tokio", @@ -2883,6 +2950,30 @@ dependencies = [ "tracing-subscriber", ] +[[package]] +name = "shuttle-runtime" +version = "0.34.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b492f7eead3049dcb1afc64aee03bbb8bb455ebf6e753e93d61e34d8c723dc69" +dependencies = [ + "anyhow", + "async-trait", + "chrono", + "prost-types", + "serde", + "serde_json", + "shuttle-codegen 0.34.0", + "shuttle-common 0.34.0", + "shuttle-proto 0.34.0", + "shuttle-service 0.34.0", + "strfmt", + "thiserror", + "tokio", + "tokio-stream", + "tonic 0.10.2", + "tower", +] + [[package]] name = "shuttle-service" version = "0.33.0" @@ -2892,7 +2983,21 @@ dependencies = [ "anyhow", "async-trait", "serde", - "shuttle-common", + "shuttle-common 0.33.0", + "strfmt", + "thiserror", +] + +[[package]] +name = "shuttle-service" +version = "0.34.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2cf8dc69c29252cbd7052d49682adfd47b82530c226a3c7e884b34bf9244feac" +dependencies = [ + "anyhow", + "async-trait", + "serde", + "shuttle-common 0.34.0", "strfmt", "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index 83a7deb7..b1e76553 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ humantime-serde = "1.1.1" glob = "0.3.1" ring = "0.17.5" hotwatch = "0.5.0" -shuttle-actix-web = { version = "0.33.0", optional = true } +shuttle-actix-web = { version = "0.34.0", optional = true } shuttle-runtime = { version = "0.33.0", optional = true } tokio = { version = "1.34.0", optional = true } tracing = "0.1.40"