From 9dd348676de8da302b04f696307da120e3b04d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:20:20 +0000 Subject: [PATCH] chore(deps): bump tonic from 0.8.3 to 0.10.2 Bumps [tonic](https://github.com/hyperium/tonic) from 0.8.3 to 0.10.2. - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.8.3...v0.10.2) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- moksha-mint/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e439df0..fd940909 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1794,7 +1794,7 @@ dependencies = [ "testcontainers-modules", "thiserror", "tokio", - "tonic 0.8.3", + "tonic 0.10.2", "tower", "tower-http", "tracing", diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index a3d6577a..302fab8e 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -42,7 +42,7 @@ utoipa-swagger-ui = { version = "6.0.0", features = ["axum"] } sqlx = { version = "0.7.3", default-features = false, features = ["postgres", "runtime-tokio", "tls-native-tls", "migrate", "macros", "uuid"] } chrono = "0.4.31" cln-grpc = "0.1.7" -tonic = { version = "0.8", features = ["transport", "tls"] } +tonic = { version = "0.10", features = ["transport", "tls"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }