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.0 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.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2021
1 parent e251d14 commit 80d5d1e
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.0"

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

0 comments on commit 80d5d1e

Please sign in to comment.