Skip to content

Commit

Permalink
Update tonic requirement from ^0.9 to ^0.10
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.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/tonic/commits)

---
updated-dependencies:
- dependency-name: tonic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 4, 2023
1 parent 80bc975 commit 814c8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rustdoc-args = ["--cfg", "docsrs"]
all-features = true

[dependencies]
tonic = "^0.9"
tonic = "^0.10"
prost = "^0.11"

[build-dependencies]
Expand All @@ -55,7 +55,7 @@ log = "^0.4"
rpassword = "^7.0"
simple_logger = { version = "^4.0", features = ["stderr"] }
tokio = { version = "^1.0", features = ["rt-multi-thread", "macros"] }
tonic = { version = "^0.9", features = ["tls"] }
tonic = { version = "^0.10", features = ["tls"] }
version-sync = "^0.9"

[[example]]
Expand Down

0 comments on commit 814c8fa

Please sign in to comment.