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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 6db714d commit 07b336d
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 26 deletions.
159 changes: 136 additions & 23 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 @@ -26,7 +26,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 @@ -22,7 +22,7 @@ tokio = { version = "1.41", 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 @@ -74,7 +74,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 07b336d

Please sign in to comment.