From bb8586a410e5435f527638b75362e184d48c7d11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:31:56 +0530 Subject: [PATCH] Bump shuttle-rocket from 0.27.0 to 0.28.0 (#4) Bumps shuttle-rocket from 0.27.0 to 0.28.0. --- updated-dependencies: - dependency-name: shuttle-rocket dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 132 ++++------------------------------------------------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 123 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e16577..f67a4c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1687,7 +1687,7 @@ version = "0.1.0" dependencies = [ "rocket", "shuttle-rocket", - "shuttle-runtime 0.28.0", + "shuttle-runtime", "tokio", ] @@ -1879,18 +1879,6 @@ dependencies = [ "lazy_static", ] -[[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.37", -] - [[package]] name = "shuttle-codegen" version = "0.28.0" @@ -1903,48 +1891,6 @@ dependencies = [ "syn 2.0.37", ] -[[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", - "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.28.0" @@ -1988,26 +1934,6 @@ dependencies = [ "uuid", ] -[[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", - "tracing", -] - [[package]] name = "shuttle-proto" version = "0.28.0" @@ -2021,7 +1947,7 @@ dependencies = [ "prost", "prost-types", "serde_json", - "shuttle-common 0.28.0", + "shuttle-common", "tokio", "tonic", "tower", @@ -2030,36 +1956,12 @@ dependencies = [ [[package]] name = "shuttle-rocket" -version = "0.27.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0324527d0901b377fe49de240af2503a33ef5d0715b3c2240a97810759ba336a" +checksum = "a36d28e5ac16bb9cc9583a414cf70c3d280615b3a26265bd705aa59ef935a0e2" dependencies = [ "rocket", - "shuttle-runtime 0.27.0", -] - -[[package]] -name = "shuttle-runtime" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3609e885b2c8115ff86d2a892d5f9e6421d8de5588197f7e020e06f55888d335" -dependencies = [ - "anyhow", - "async-trait", - "chrono", - "prost-types", - "serde", - "serde_json", - "shuttle-codegen 0.27.0", - "shuttle-common 0.27.0", - "shuttle-proto 0.27.0", - "shuttle-service 0.27.0", - "strfmt", - "thiserror", - "tokio", - "tokio-stream", - "tonic", - "tower", + "shuttle-runtime", ] [[package]] @@ -2075,10 +1977,10 @@ dependencies = [ "prost-types", "serde", "serde_json", - "shuttle-codegen 0.28.0", - "shuttle-common 0.28.0", - "shuttle-proto 0.28.0", - "shuttle-service 0.28.0", + "shuttle-codegen", + "shuttle-common", + "shuttle-proto", + "shuttle-service", "strfmt", "thiserror", "tokio", @@ -2088,20 +1990,6 @@ dependencies = [ "tracing-subscriber", ] -[[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", -] - [[package]] name = "shuttle-service" version = "0.28.0" @@ -2111,7 +1999,7 @@ dependencies = [ "anyhow", "async-trait", "serde", - "shuttle-common 0.28.0", + "shuttle-common", "strfmt", "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index 4bb1d64..67049ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ repository = "https://github.com/rustsea/shield/" [dependencies] rocket = "0.5.0-rc.2" -shuttle-rocket = "0.27.0" +shuttle-rocket = "0.28.0" shuttle-runtime = "0.28.0" tokio = "1.26.0"