From 1507eb6473fa502e0059f57512984f7566ac840f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:12:15 +0000 Subject: [PATCH] chore(deps): bump shuttle-actix-web from 0.35.1 to 0.42.0 Bumps shuttle-actix-web from 0.35.1 to 0.42.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 | 131 +++++++++++++++++++++++++++++++++++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 122 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6c470a2..4177847b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2439,7 +2439,7 @@ dependencies = [ "serde", "serde_regex", "shuttle-actix-web", - "shuttle-runtime", + "shuttle-runtime 0.35.1", "tokio", "tracing", "tracing-subscriber", @@ -2587,13 +2587,13 @@ dependencies = [ [[package]] name = "shuttle-actix-web" -version = "0.35.1" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ca8b5015eaea3b3bc38078936dc21dbc46a352e736319c80e4422a77c31dcc4" +checksum = "a6cc5c406b066c8c6d68d0165abf38c6484acd6121e7d238440fa46d846b777d" dependencies = [ "actix-web", "num_cpus", - "shuttle-runtime", + "shuttle-runtime 0.42.0", ] [[package]] @@ -2608,6 +2608,18 @@ dependencies = [ "syn 2.0.46", ] +[[package]] +name = "shuttle-codegen" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbaaa74ae77edfc5590c87af97bfc15d0aff2db9ff4a5fd891be0a7dd0de8089" +dependencies = [ + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.46", +] + [[package]] name = "shuttle-common" version = "0.35.1" @@ -2652,6 +2664,33 @@ dependencies = [ "zeroize", ] +[[package]] +name = "shuttle-common" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "910ae1502f083563f06fee5d5ceb2a8b45f92c67ef7834806880484f15d79bb5" +dependencies = [ + "anyhow", + "chrono", + "comfy-table", + "crossterm 0.27.0", + "http", + "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.35.1" @@ -2661,7 +2700,20 @@ dependencies = [ "futures-core", "prost 0.12.3", "prost-types", - "shuttle-common", + "shuttle-common 0.35.1", + "tonic 0.10.2", +] + +[[package]] +name = "shuttle-proto" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad7aa381187faaa32562c1e3631047b1edd070c055be50a5f32d13a538110fd7" +dependencies = [ + "futures-core", + "prost 0.12.3", + "prost-types", + "shuttle-common 0.42.0", "tonic 0.10.2", ] @@ -2678,10 +2730,10 @@ dependencies = [ "prost-types", "serde", "serde_json", - "shuttle-codegen", - "shuttle-common", - "shuttle-proto", - "shuttle-service", + "shuttle-codegen 0.35.1", + "shuttle-common 0.35.1", + "shuttle-proto 0.35.1", + "shuttle-service 0.35.1", "strfmt", "thiserror", "tokio", @@ -2691,6 +2743,29 @@ dependencies = [ "tracing-subscriber", ] +[[package]] +name = "shuttle-runtime" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "322f013c5058e37bf19a9ad8af35a2ac139605b0cbd941c0d0a009d032e23b73" +dependencies = [ + "anyhow", + "async-trait", + "chrono", + "prost-types", + "serde", + "serde_json", + "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 0.10.2", +] + [[package]] name = "shuttle-service" version = "0.35.1" @@ -2700,7 +2775,21 @@ dependencies = [ "anyhow", "async-trait", "serde", - "shuttle-common", + "shuttle-common 0.35.1", + "strfmt", + "thiserror", +] + +[[package]] +name = "shuttle-service" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9118dcf5aea64a38a06875a744b6c7daf8aa41e56eb2ecea2a21fb8c42ff7db5" +dependencies = [ + "anyhow", + "async-trait", + "serde", + "shuttle-common 0.42.0", "strfmt", "thiserror", ] @@ -2821,6 +2910,15 @@ dependencies = [ "strum_macros 0.25.3", ] +[[package]] +name = "strum" +version = "0.26.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" +dependencies = [ + "strum_macros 0.26.2", +] + [[package]] name = "strum_macros" version = "0.24.3" @@ -2847,6 +2945,19 @@ dependencies = [ "syn 2.0.46", ] +[[package]] +name = "strum_macros" +version = "0.26.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.46", +] + [[package]] name = "syn" version = "1.0.109" diff --git a/Cargo.toml b/Cargo.toml index 571e11aa..fe06bef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ actix-web = { version = "4.4.1" } actix-web-grants = { version = "4.0.3" } actix-multipart = "0.6.1" actix-files = "0.6.2" -shuttle-actix-web = { version = "0.35.1", optional = true } +shuttle-actix-web = { version = "0.42.0", optional = true } shuttle-runtime = { version = "0.35.1", optional = true } awc = { version = "3.3.0" } serde = "1.0.196"