Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

Commit

Permalink
Update tonic requirement from 0.3.1 to 0.4.1 in /languages/rust
Browse files Browse the repository at this point in the history
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](hyperium/tonic@v0.3.1...v0.4.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2021
1 parent 5b67256 commit 2d566ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ server = []

[dependencies]
prost = "0.6.1"
tonic = "0.3.1"
tonic = "0.4.1"

[dev-dependencies]
tokio = { version = "0.3.0", features = ["full"] }
Expand Down

0 comments on commit 2d566ff

Please sign in to comment.