Skip to content

Commit

Permalink
Bump tonic from 0.11.0 to 0.12.3
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.11.0 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.11.0...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 Oct 17, 2024
1 parent 61c6c7a commit 10564af
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 20 deletions.
139 changes: 121 additions & 18 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ tempfile = "3"
thiserror = "1"
tokio = { workspace = true }
tokio-graceful-shutdown = { version = "0.15" }
tonic = { version = "0.11.0", optional = true }
tonic = { version = "0.12.3", optional = true }
tower = "0.5"
tracing = { workspace = true }
tracing-log = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion clade/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
arrow-flight = { workspace = true }
prost = { workspace = true }
tonic = "0.11"
tonic = "0.12"

[build-dependencies]
tonic-build = "0.11"

0 comments on commit 10564af

Please sign in to comment.