Skip to content

Commit

Permalink
ref: bump sentry-kafka-schemas to 0.1.60 (#5642)
Browse files Browse the repository at this point in the history
* ref: bump sentry-kafka-schemas to 0.1.60

Co-Authored-By: lynnagara <1779792+lynnagara@users.noreply.github.com>

* bump rust

---------

Co-authored-by: getsentry-bot <10587625+getsentry-bot@users.noreply.github.com>
Co-authored-by: lynnagara <1779792+lynnagara@users.noreply.github.com>
Co-authored-by: Lyn Nagara <lyn.nagara@gmail.com>
  • Loading branch information
4 people committed Mar 11, 2024
1 parent 98bd2b3 commit 946351a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -23,7 +23,7 @@ python-dateutil==2.8.2
python-rapidjson==1.8
redis==4.3.4
sentry-arroyo==2.16.4
sentry-kafka-schemas==0.1.58
sentry-kafka-schemas==0.1.60
sentry-redis-tools==0.3.0
sentry-relay==0.8.44
sentry-sdk==1.40.5
Expand Down
4 changes: 2 additions & 2 deletions rust_snuba/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 rust_snuba/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ pyo3 = { version = "0.18.1", features = ["chrono"] }
reqwest = { version = "0.11.11", features = ["stream"] }
rust_arroyo = { version = "*", git = "https://github.com/getsentry/arroyo" }
sentry = { version = "0.32.0", features = ["anyhow", "tracing"] }
sentry-kafka-schemas = "0.1.58"
sentry-kafka-schemas = "0.1.60"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
thiserror = "1.0"
Expand Down

0 comments on commit 946351a

Please sign in to comment.