Skip to content

Commit

Permalink
Bump tonic from 0.12.0 to 0.12.1 in /rustclient/lib
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.12.0...v0.12.1)

---
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] committed Jul 17, 2024
1 parent 11044b2 commit 4660a1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rustclient/lib/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 rustclient/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "../../README.md"
license = "MIT"

[dependencies]
tonic = "0.12.0"
tonic = "0.12.1"
prost = "0.13.1"
tokio = { version = "1.38", features = ["macros", "rt-multi-thread"] }
futures = "0.3.30"
Expand Down

0 comments on commit 4660a1c

Please sign in to comment.