From 36f672788fd1abf2c4ff1d73f9d11c1569e3c8e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 22:01:52 +0000 Subject: [PATCH] Update tonic requirement from 0.8.2 to 0.9.1 Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version. - [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.8.2...v0.9.1) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/crw-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/crw-client/Cargo.toml b/packages/crw-client/Cargo.toml index f7bbfc3..33e353a 100644 --- a/packages/crw-client/Cargo.toml +++ b/packages/crw-client/Cargo.toml @@ -18,7 +18,7 @@ prost-types = { version = "0.11.1" } reqwest = { version = "0.11.0", features = ["blocking", "json"]} serde = { version = "1.0.62", features = ["derive"] } serde_json = { version = "1.0.62" } -tonic = { version = "0.8.2"} +tonic = { version = "0.9.1"} crw-wallet = { path = "../../packages/crw-wallet", version = "0.1.0" } thiserror = "1.0.24"