Skip to content

Commit

Permalink
Bump tonic from 0.9.2 to 0.12.3
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.9.2 to 0.12.3.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.9.2...v0.12.3)

---
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 27, 2024
1 parent 349440b commit 251f678
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 18 deletions.
129 changes: 114 additions & 15 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 integration/ducks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tokio = { workspace = true, features = [
"net",
] }
tokio-stream = { version = "0.1", features = ["net"] }
tonic = { version = "0.9", default-features = false, features = [
tonic = { version = "0.12", default-features = false, features = [
"transport",
"prost",
] }
Expand Down
2 changes: 1 addition & 1 deletion integration/sheepdog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tokio = { version = "1.40", features = [
"time",
"net",
] }
tonic = { version = "0.9", default-features = false, features = [
tonic = { version = "0.12", default-features = false, features = [
"transport",
"prost",
] }
Expand Down
2 changes: 1 addition & 1 deletion lading/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ tokio = { workspace = true, features = [
] }
tokio-stream = { version = "0.1", features = ["io-util"] }
tokio-util = { version = "0.7", features = ["io"] }
tonic = { version = "0.9" }
tonic = { version = "0.12" }
tower = { version = "0.4", default-features = false, features = [
"timeout",
"limit",
Expand Down

0 comments on commit 251f678

Please sign in to comment.