Skip to content

Commit

Permalink
chore: bump to latest sentry (#1639)
Browse files Browse the repository at this point in the history
Co-authored-by: JR Conlin <[email protected]>
  • Loading branch information
pjenvey and jrconlin authored Dec 5, 2024
1 parent 2ae1ef4 commit bc79ccb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 18 deletions.
35 changes: 21 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,13 @@ regex = "1.4"
reqwest = { version = "0.12", default-features = false, features = [
"rustls-tls",
] }
# rev 1b65b5c includes https://github.com/getsentry/sentry-rust/pull/701
# TODO: bump to 0.35 as soon as it's available
sentry = { version = "0.34", git = "https://github.com/getsentry/sentry-rust", rev = "1b65b5c", default-features = false, features = [
sentry = { version = "0.35", default-features = false, features = [
"curl",
"backtrace",
"contexts",
"debug-images",
] }
sentry-backtrace = { version = "0.34", git = "https://github.com/getsentry/sentry-rust", rev = "1b65b5c" }
sentry-backtrace = "0.35"
serde = "1.0"
serde_derive = "1.0"
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
Expand Down

0 comments on commit bc79ccb

Please sign in to comment.