From 57f504c1965f886156bafb30fc27473a58bd55e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:38:24 +0000 Subject: [PATCH] chore(deps): bump shuttle-runtime from 0.33.0 to 0.34.0 Bumps shuttle-runtime from 0.33.0 to 0.34.0. --- updated-dependencies: - dependency-name: shuttle-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 121 +++++++++++++++++++++++++++++++++++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 114 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f4a60bb..e831d6d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2616,7 +2616,7 @@ dependencies = [ "serde", "serde_regex", "shuttle-actix-web", - "shuttle-runtime", + "shuttle-runtime 0.34.0", "tokio", "tracing", "tracing-subscriber", @@ -2775,7 +2775,7 @@ checksum = "dff867b8f4668d8e283a3c3ce9dd725c97b8985d4bf06b61b10e23ddf21be539" dependencies = [ "actix-web", "num_cpus", - "shuttle-runtime", + "shuttle-runtime 0.33.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,18 +2904,55 @@ 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" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef7b7831078a4a1f16896c01381d24114d080db906553d5b2b553be7d6727657" +dependencies = [ + "anyhow", + "async-trait", + "chrono", + "prost-types", + "serde", + "serde_json", + "shuttle-codegen 0.33.0", + "shuttle-common 0.33.0", + "shuttle-proto 0.33.0", + "shuttle-service 0.33.0", + "strfmt", + "thiserror", + "tokio", + "tokio-stream", + "tonic 0.10.2", + "tower", +] + +[[package]] +name = "shuttle-runtime" +version = "0.34.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b492f7eead3049dcb1afc64aee03bbb8bb455ebf6e753e93d61e34d8c723dc69" dependencies = [ "anyhow", "async-trait", @@ -2870,10 +2961,10 @@ dependencies = [ "prost-types", "serde", "serde_json", - "shuttle-codegen", - "shuttle-common", - "shuttle-proto", - "shuttle-service", + "shuttle-codegen 0.34.0", + "shuttle-common 0.34.0", + "shuttle-proto 0.34.0", + "shuttle-service 0.34.0", "strfmt", "thiserror", "tokio", @@ -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..7e0cf791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ glob = "0.3.1" ring = "0.17.5" hotwatch = "0.5.0" shuttle-actix-web = { version = "0.33.0", optional = true } -shuttle-runtime = { version = "0.33.0", optional = true } +shuttle-runtime = { version = "0.34.0", optional = true } tokio = { version = "1.34.0", optional = true } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }