Skip to content

Commit

Permalink
deps: upgrade tonic to v0.11 (#651)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
  • Loading branch information
fenollp authored Apr 8, 2024
1 parent 6b83faa commit 6e2eb02
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 39 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
**Updates**:

- Updated `reqwest` to version `0.12`.
- Updated `tonic` to version `0.11`.

## 0.32.2

Expand Down
67 changes: 29 additions & 38 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.10.2", features = ["transport"] }
tonic = { version = "0.11", features = ["transport"] }
tower = { version = "0.4", features = ["util", "timeout"] }

0 comments on commit 6e2eb02

Please sign in to comment.