Skip to content

Commit 2b1ff59

Browse files
ref: bump sentry-protos to 0.2.1 (#7247)
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 031bf0d commit 2b1ff59

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.0
32+
sentry-protos==0.2.1
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: 2 additions & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ schemars = { version = "0.8.16", features = ["uuid1"] }
4343
sentry = { version = "0.32.0", features = ["anyhow", "tracing"] }
4444
sentry-kafka-schemas = "1.3.7"
4545
sentry_arroyo = { version = "2.22.0", features = ["ssl"] }
46-
sentry_protos = "0.2.0"
46+
sentry_protos = "0.2.1"
4747
sentry_usage_accountant = { version = "0.1.0", features = ["kafka"] }
4848
seq-macro = "0.3"
4949
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)