Skip to content

Commit

Permalink
chore: bump to latest sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey committed Dec 4, 2024
1 parent 7f7cfb7 commit feb6fee
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 20 deletions.
79 changes: 62 additions & 17 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ 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",
Expand Down

0 comments on commit feb6fee

Please sign in to comment.