Skip to content

Commit a8b1509

Browse files
[STREAM-660] Upgrade Tonic and Sentry Protos (#522)
1 parent 78a5f14 commit a8b1509

File tree

5 files changed

+64
-121
lines changed

5 files changed

+64
-121
lines changed

Cargo.lock

Lines changed: 45 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ sentry = { version = "0.41.0", default-features = false, features = [
3939
"tracing",
4040
"logs"
4141
] }
42-
sentry_protos = "0.2.0"
42+
sentry_protos = "0.4.10"
4343
serde = "1.0.214"
4444
serde_yaml = "0.9.34"
4545
sha2 = "0.10.8"
4646
sqlx = { version = "0.8.3", features = ["sqlite", "runtime-tokio", "chrono"] }
4747
tokio = { version = "1.43.1", features = ["full"] }
4848
tokio-stream = { version = "0.1.16", features = ["full"] }
4949
tokio-util = "0.7.12"
50-
tonic = "0.12"
51-
tonic-health = "0.12.3"
50+
tonic = "0.13"
51+
tonic-health = "0.13"
5252
tower = "0.5.1"
5353
tracing = "0.1.40"
5454
tracing-subscriber = { version = "0.3.18", features = [

0 commit comments

Comments
 (0)