Skip to content

Commit

Permalink
build(deps): bump tonic from 0.9.1 to 0.9.2
Browse files Browse the repository at this point in the history
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](hyperium/tonic@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>
  • Loading branch information
dependabot[bot] authored Apr 17, 2023
1 parent 4c9ff4e commit cf67a18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -6045,7 +6045,7 @@ dependencies = [
"tokio",
"tokio-stream",
"toml 0.7.3",
"tonic 0.9.1",
"tonic 0.9.2",
"tonic-build",
"tower",
"tracing",
Expand Down
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cf67a18

Please sign in to comment.