Skip to content

Commit

Permalink
chore(deps): bump tonic from 0.8.3 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.8.3 to 0.10.0.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.8.3...v0.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 3600734 commit 6889e4e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ zeroize = { version = "1.5", default-features = false, features = [ "std", "zero

# INX
inx = { version = "1.0.0-beta.8", default-features = false, optional = true }
tonic = { version = "0.8", default-features = false, optional = true }
tonic = { version = "0.10", default-features = false, optional = true }

[dev-dependencies]
bincode = { version = "1.3", default-features = false }
Expand Down

0 comments on commit 6889e4e

Please sign in to comment.