From 1740b1113ac8bf868bcf440ea949965a028c62f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:51:08 +0000 Subject: [PATCH] chore(deps): bump shuttle-actix-web from 0.35.1 to 0.36.0 Bumps shuttle-actix-web from 0.35.1 to 0.36.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 | 127 ++++++++++++++++++++++++++++++++++++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 118 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2dfb011f..5fb93fd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2432,7 +2432,7 @@ dependencies = [ "serde", "serde_regex", "shuttle-actix-web", - "shuttle-runtime", + "shuttle-runtime 0.35.1", "tokio", "tracing", "tracing-subscriber", @@ -2580,13 +2580,13 @@ dependencies = [ [[package]] name = "shuttle-actix-web" -version = "0.35.1" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ca8b5015eaea3b3bc38078936dc21dbc46a352e736319c80e4422a77c31dcc4" +checksum = "e4d384c498c4d8e30b76eb7bbafac7218bc8778bf12a314f1114c84a526a80ff" dependencies = [ "actix-web", "num_cpus", - "shuttle-runtime", + "shuttle-runtime 0.36.0", ] [[package]] @@ -2601,6 +2601,18 @@ dependencies = [ "syn 2.0.46", ] +[[package]] +name = "shuttle-codegen" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "032ec76ecb7e3698d7a9e836e3649a88faa13e53f4d13eaa314030761f4ecac9" +dependencies = [ + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.46", +] + [[package]] name = "shuttle-common" version = "0.35.1" @@ -2645,6 +2657,50 @@ dependencies = [ "zeroize", ] +[[package]] +name = "shuttle-common" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8e3ddec998dd953743ac0e47de7ae6d65fcb1ffc45e68a4ceecd2558f8cad1b" +dependencies = [ + "anyhow", + "async-trait", + "axum", + "bytes", + "chrono", + "comfy-table", + "crossterm 0.27.0", + "headers", + "http", + "http-body", + "hyper", + "jsonwebtoken", + "opentelemetry", + "opentelemetry-appender-tracing", + "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-core", + "tracing-opentelemetry", + "tracing-subscriber", + "ttl_cache", + "url", + "uuid", + "zeroize", +] + [[package]] name = "shuttle-proto" version = "0.35.1" @@ -2654,7 +2710,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.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ff4e554df686fb01ce42636bf768ba902800934ba4e22f5a5d96082f608d325" +dependencies = [ + "futures-core", + "prost 0.12.3", + "prost-types", + "shuttle-common 0.36.0", "tonic 0.10.2", ] @@ -2671,10 +2740,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", @@ -2684,6 +2753,30 @@ dependencies = [ "tracing-subscriber", ] +[[package]] +name = "shuttle-runtime" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd4e48b0112dc1ba7ae056197810808a27948a7352340506f355da7e4bdc6cb4" +dependencies = [ + "anyhow", + "async-trait", + "chrono", + "prost-types", + "serde", + "serde_json", + "shuttle-codegen 0.36.0", + "shuttle-common 0.36.0", + "shuttle-proto 0.36.0", + "shuttle-service 0.36.0", + "strfmt", + "thiserror", + "tokio", + "tokio-stream", + "tonic 0.10.2", + "tower", +] + [[package]] name = "shuttle-service" version = "0.35.1" @@ -2693,7 +2786,21 @@ dependencies = [ "anyhow", "async-trait", "serde", - "shuttle-common", + "shuttle-common 0.35.1", + "strfmt", + "thiserror", +] + +[[package]] +name = "shuttle-service" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "809db2a4b8511b07f363942737459bb4ec4f859d9adac7759c52677beabe9af4" +dependencies = [ + "anyhow", + "async-trait", + "serde", + "shuttle-common 0.36.0", "strfmt", "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index 02bc6ee8..9cf9b10b 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.36.0", optional = true } shuttle-runtime = { version = "0.35.1", optional = true } awc = { version = "3.3.0" } serde = "1.0.195"