From b4dc9ce3477d9446e87da33ab19fe2ededf9d228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:39:57 +0000 Subject: [PATCH] chore(deps): bump tonic from 0.12.2 to 0.12.3 in /tasky Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.12.2...v0.12.3) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tasky/Cargo.lock | 4 ++-- tasky/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tasky/Cargo.lock b/tasky/Cargo.lock index 6d215ea..20cb8f8 100644 --- a/tasky/Cargo.lock +++ b/tasky/Cargo.lock @@ -2750,9 +2750,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6f6ba989e4b2c58ae83d862d3a3e27690b6e3ae630d0deb59f3697f32aa88ad" +checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" dependencies = [ "async-stream", "async-trait", diff --git a/tasky/Cargo.toml b/tasky/Cargo.toml index 1ec984a..d5f771d 100644 --- a/tasky/Cargo.toml +++ b/tasky/Cargo.toml @@ -18,7 +18,7 @@ figment = { version = "0.10.18", features = ["toml", "env"] } toml = "0.8.19" pretty_env_logger = "0.5.0" actix-web = "4" -tonic = "0.12.2" +tonic = "0.12.3" prost = "0.13.2" pq-sys = { version = "0.6", features = ["bundled"] } futures = "0.3.30"