From fd75750a43e25921ab21ac0e01e290144e79c8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 30 Nov 2023 00:47:36 +0300 Subject: [PATCH] chore(deps): bump shuttle dependencies to 0.34.1 --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f39e93..0017a18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2358,9 +2358,9 @@ dependencies = [ [[package]] name = "shuttle-actix-web" -version = "0.34.0" +version = "0.34.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65024a7c586876a37ad6275f389b6a02a3a99dc46a1741b39856057535e84456" +checksum = "25255071b9637e48ab34024b5729ee8b49932a3eac291a09dc0fa1a25fe66b5a" dependencies = [ "actix-web", "num_cpus", @@ -2369,9 +2369,9 @@ dependencies = [ [[package]] name = "shuttle-codegen" -version = "0.34.0" +version = "0.34.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36d3815ee807c2563cc185c816284ddc21c9b85dbbad4adb96a6fbfcce6d35b6" +checksum = "99f584e6f02d513abb864d5a33fb24531318080385eeac6160a9ccf2988b31bb" dependencies = [ "proc-macro-error", "proc-macro2", @@ -2381,9 +2381,9 @@ dependencies = [ [[package]] name = "shuttle-common" -version = "0.34.0" +version = "0.34.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9264106f4bff88034fe57655a9e1bbd8ab5de91d6796f3c95197ef9ab81bcb48" +checksum = "d0406c689a1edb0d12bd813d2b245619752ce0ad6122dad35c3f08ffccd2a40c" dependencies = [ "anyhow", "async-trait", @@ -2423,9 +2423,9 @@ dependencies = [ [[package]] name = "shuttle-proto" -version = "0.34.0" +version = "0.34.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c8e18375ee467da38bdbb8bd23f0f267f1f33ae16c3ac6659a257ca3ba96c7" +checksum = "aa63942eb5dfbc6370a82611f40254b9af28f323985d3c01be400baf729c1104" dependencies = [ "futures-core", "prost 0.12.1", @@ -2436,9 +2436,9 @@ dependencies = [ [[package]] name = "shuttle-runtime" -version = "0.34.0" +version = "0.34.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b492f7eead3049dcb1afc64aee03bbb8bb455ebf6e753e93d61e34d8c723dc69" +checksum = "4b8c49e755478841ae03351c3a4e7af99c684ce9757e5ddb0071d1ac42d33937" dependencies = [ "anyhow", "async-trait", @@ -2462,9 +2462,9 @@ dependencies = [ [[package]] name = "shuttle-service" -version = "0.34.0" +version = "0.34.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cf8dc69c29252cbd7052d49682adfd47b82530c226a3c7e884b34bf9244feac" +checksum = "b1c89dbd86fb79a791587317252daac5aa5026ed6fd73ce9f458acd30245bb13" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index da40c3c..4bfafda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,8 +41,8 @@ humantime-serde = "1.1.1" glob = "0.3.1" ring = "0.17.6" hotwatch = "0.5.0" -shuttle-actix-web = { version = "0.34.0", optional = true } -shuttle-runtime = { version = "0.34.0", optional = true } +shuttle-actix-web = { version = "0.34.1", optional = true } +shuttle-runtime = { version = "0.34.1", optional = true } tokio = { version = "1.34.0", optional = true } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }