From 548f8f00be959939b4b656535cd27b08d9541434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:20:02 +0000 Subject: [PATCH] chore(deps): bump shuttle-runtime from 0.26.0 to 0.27.0 Bumps shuttle-runtime from 0.26.0 to 0.27.0. --- updated-dependencies: - dependency-name: shuttle-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 150 +++++++++++++++++++++++++++++++++++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 140 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2fb33538..4ed0542c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -622,7 +622,7 @@ version = "6.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e959d788268e3bf9d35ace83e81b124190378e4c91c9067524675e33394b8ba" dependencies = [ - "crossterm", + "crossterm 0.26.1", "strum", "strum_macros", "unicode-width", @@ -719,6 +719,22 @@ dependencies = [ "winapi", ] +[[package]] +name = "crossterm" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" +dependencies = [ + "bitflags 2.4.0", + "crossterm_winapi", + "libc", + "mio", + "parking_lot", + "signal-hook", + "signal-hook-mio", + "winapi", +] + [[package]] name = "crossterm_winapi" version = "0.9.1" @@ -2319,7 +2335,7 @@ dependencies = [ "serde", "serde_regex", "shuttle-actix-web", - "shuttle-runtime", + "shuttle-runtime 0.27.0", "shuttle-static-folder", "tokio", "url", @@ -2453,7 +2469,7 @@ checksum = "458a61e8b63ebd4b87e03fd3c0b141602b05375ff50007b96704d9232b172510" dependencies = [ "actix-web", "num_cpus", - "shuttle-runtime", + "shuttle-runtime 0.26.0", ] [[package]] @@ -2468,6 +2484,18 @@ dependencies = [ "syn 2.0.29", ] +[[package]] +name = "shuttle-codegen" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20aa59e8ee75ff94b06d13763bb87d083262abe8f896e55ccbd5fd92207b8485" +dependencies = [ + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.29", +] + [[package]] name = "shuttle-common" version = "0.26.0" @@ -2480,7 +2508,49 @@ dependencies = [ "bytes", "chrono", "comfy-table", - "crossterm", + "crossterm 0.26.1", + "headers", + "http", + "http-body", + "http-serde", + "hyper", + "jsonwebtoken", + "once_cell", + "opentelemetry", + "opentelemetry-http", + "opentelemetry-otlp", + "pin-project", + "reqwest", + "rmp-serde", + "rustrict", + "serde", + "serde_json", + "strum", + "thiserror", + "tokio", + "tonic", + "tower", + "tower-http", + "tracing", + "tracing-opentelemetry", + "tracing-subscriber", + "ttl_cache", + "uuid", +] + +[[package]] +name = "shuttle-common" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19e5f370ad24f777bd6f45f98d84607822993e4672af6b21b71158c6dc0c4b53" +dependencies = [ + "anyhow", + "async-trait", + "axum", + "bytes", + "chrono", + "comfy-table", + "crossterm 0.27.0", "headers", "http", "http-body", @@ -2522,7 +2592,27 @@ dependencies = [ "prost", "prost-types", "serde_json", - "shuttle-common", + "shuttle-common 0.26.0", + "tokio", + "tonic", + "tower", + "tracing", +] + +[[package]] +name = "shuttle-proto" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9239b46e75ee3d0266729e896e3d077939ab3724cc9bba58d060396149ec288" +dependencies = [ + "anyhow", + "chrono", + "dunce", + "home", + "prost", + "prost-types", + "serde_json", + "shuttle-common 0.27.0", "tokio", "tonic", "tower", @@ -2534,6 +2624,30 @@ name = "shuttle-runtime" version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5821f66337755804f83f52b2d4b1fc0d39f43a6b6c9fab799e23e8864fcc9e4" +dependencies = [ + "anyhow", + "async-trait", + "chrono", + "prost-types", + "serde", + "serde_json", + "shuttle-codegen 0.26.0", + "shuttle-common 0.26.0", + "shuttle-proto 0.26.0", + "shuttle-service 0.26.0", + "strfmt", + "thiserror", + "tokio", + "tokio-stream", + "tonic", + "tower", +] + +[[package]] +name = "shuttle-runtime" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3609e885b2c8115ff86d2a892d5f9e6421d8de5588197f7e020e06f55888d335" dependencies = [ "anyhow", "async-trait", @@ -2542,10 +2656,10 @@ dependencies = [ "prost-types", "serde", "serde_json", - "shuttle-codegen", - "shuttle-common", - "shuttle-proto", - "shuttle-service", + "shuttle-codegen 0.27.0", + "shuttle-common 0.27.0", + "shuttle-proto 0.27.0", + "shuttle-service 0.27.0", "strfmt", "thiserror", "tokio", @@ -2564,7 +2678,21 @@ dependencies = [ "anyhow", "async-trait", "serde", - "shuttle-common", + "shuttle-common 0.26.0", + "strfmt", + "thiserror", +] + +[[package]] +name = "shuttle-service" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55d8e7379d5fcde2c1f309cd4f9042cfa425a18c9ee514c4aad78540034d2925" +dependencies = [ + "anyhow", + "async-trait", + "serde", + "shuttle-common 0.27.0", "strfmt", "thiserror", ] @@ -2579,7 +2707,7 @@ dependencies = [ "dunce", "fs_extra", "serde", - "shuttle-service", + "shuttle-service 0.26.0", "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index a4842b16..6dacbd1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ glob = "0.3.1" ring = "0.16.20" hotwatch = "0.5.0" shuttle-actix-web = { version = "0.26.0", optional = true } -shuttle-runtime = { version = "0.26.0", optional = true } +shuttle-runtime = { version = "0.27.0", optional = true } shuttle-static-folder = { version = "0.26.0", optional = true } tokio = { version = "1.32.0", optional = true } uts2ts = "0.4.1"