From 592329a5fbc1a1b7412a992f723f03077c339138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 07:26:24 +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 38662962..5b54d43e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1788,7 +1788,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "tonic 0.8.3", + "tonic 0.10.2", "tower", "tower-http", "tower-service", diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index e2bcdec9..6525341c 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -46,7 +46,7 @@ sqlx = { version = "0.7.3", default-features = false, features = ["postgres", "r chrono = "0.4.31" cln-grpc = "0.1.7" bitcoin_hashes = "0.13.0" -tonic = { version = "0.8", features = ["transport", "tls"] } +tonic = { version = "0.10", features = ["transport", "tls"] } serde_yaml = "0.9.31" [dev-dependencies]