build(deps): bump tonic from 0.9.1 to 0.9.2 (#6527)

Bumps [tonic](https://github.com/hyperium/tonic) from 0.9.1 to 0.9.2.
- [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.9.1...v0.9.2)

---
updated-dependencies:
- dependency-name: tonic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-18 03:44:21 +00:00 committed by GitHub
parent 351a7b6a33
commit 3343c8494d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -4780,9 +4780,9 @@ dependencies = [
[[package]]
name = "tonic"
version = "0.9.1"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bd8e87955eb13c1986671838177d6792cdc52af9bffced0d2c8a9a7f741ab3"
checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a"
dependencies = [
"async-trait",
"axum",
@ -6045,7 +6045,7 @@ dependencies = [
"tokio",
"tokio-stream",
"toml 0.7.3",
"tonic 0.9.1",
"tonic 0.9.2",
"tonic-build",
"tower",
"tracing",

View File

@ -205,7 +205,7 @@ tokio-stream = "0.1.12"
# test feature lightwalletd-grpc-tests
prost = "0.11.9"
tonic = "0.9.1"
tonic = "0.9.2"
proptest = "1.1.0"
proptest-derive = "0.3.0"