Skip to content

Commit f5bb169

Browse files
ref: bump sentry-protos to 0.3.0 (#7249)
Co-Authored-By: phacops <[email protected]> --------- Co-authored-by: getsentry-bot <[email protected]> Co-authored-by: phacops <[email protected]> Co-authored-by: Pierre Massat <[email protected]>
1 parent 2b1ff59 commit f5bb169

File tree

3 files changed

+36
-50
lines changed

3 files changed

+36
-50
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ python-rapidjson==1.8
2929
redis==4.5.4
3030
sentry-arroyo==2.22.0
3131
sentry-kafka-schemas==1.3.7
32-
sentry-protos==0.2.1
32+
sentry-protos==0.3.0
3333
sentry-redis-tools==0.5.0
3434
sentry-relay==0.9.5
3535
sentry-sdk==2.18.0

rust_snuba/Cargo.lock

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

rust_snuba/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,14 @@ md5 = "0.7.0"
3535
parking_lot = "0.12.1"
3636
procspawn = { version = "1.0.0", features = ["json"] }
3737
prost = "0.13"
38-
prost-types = "0.13.3"
3938
pyo3 = { version = "0.18.1", features = ["chrono"] }
4039
regex = "1.11.1"
4140
reqwest = { version = "0.11.11", features = ["stream"] }
4241
schemars = { version = "0.8.16", features = ["uuid1"] }
4342
sentry = { version = "0.32.0", features = ["anyhow", "tracing"] }
4443
sentry-kafka-schemas = "1.3.7"
4544
sentry_arroyo = { version = "2.22.0", features = ["ssl"] }
46-
sentry_protos = "0.2.1"
45+
sentry_protos = "0.3.0"
4746
sentry_usage_accountant = { version = "0.1.0", features = ["kafka"] }
4847
seq-macro = "0.3"
4948
serde = { version = "1.0", features = ["derive"] }
@@ -54,7 +53,6 @@ statsdproxy = { version = "0.1.2", features = ["cadence-adapter", "sentry"] }
5453
thiserror = "1.0"
5554
tokio = { version = "1.38.2", features = ["full"] }
5655
tokio-stream = "0.1.15"
57-
tonic = "0.12.3"
5856
tracing = "0.1.40"
5957
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
6058
uuid = { version = "1.5.0", features = ["v4", "v7"] }
@@ -65,6 +63,7 @@ zstd = "0.12.3"
6563
scopeguard = "1.2.0"
6664
criterion = "0.5.1"
6765
httpmock = "0.7.0"
66+
prost-types = "0.13.3"
6867
insta = { version = "1.34.0", features = ["json", "redactions"] }
6968
once_cell = "1.18.0"
7069
procspawn = { version = "1.0.0", features = ["test-support", "json"] }

0 commit comments

Comments
 (0)