Skip to content

Commit

Permalink
build(deps): bump tonic from 0.11.0 to 0.12.3 (#690)
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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francesco Vigliaturo <francesco.vigliaturo@sentry.io>
  • Loading branch information
dependabot[bot] and viglia authored Oct 3, 2024
1 parent 0919717 commit 1f65ac8
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 126 deletions.
188 changes: 63 additions & 125 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 sentry-tower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ prost = "0.12.3"
sentry = { path = "../sentry", default-features = false, features = ["test"] }
sentry-anyhow = { path = "../sentry-anyhow" }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tonic = { version = "0.11", features = ["transport"] }
tonic = { version = "0.12", features = ["transport"] }
tower = { version = "0.4", features = ["util", "timeout"] }

0 comments on commit 1f65ac8

Please sign in to comment.