Skip to content

Commit

Permalink
Bump sentry from 0.24.3 to 0.25.0 (mobilecoinfoundation#1563)
Browse files Browse the repository at this point in the history
Bumps [sentry](https://github.com/getsentry/sentry-rust) from 0.24.3 to 0.25.0.
- [Release notes](https://github.com/getsentry/sentry-rust/releases)
- [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-rust@0.24.3...0.25.0)

---
updated-dependencies:
- dependency-name: sentry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2022
1 parent 13f66ad commit e6dd763
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions 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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ hex_fmt = "0.3"
hostname = { version = "0.3.1", optional = true }
lazy_static = { version = "1.4", optional = true }
rand_core = { version = "0.6", default-features = false }
sentry = { version = "0.24", optional = true, default-features = false, features = ["backtrace", "contexts", "log", "panic", "reqwest", "rustls", "serde_json", "slog"] }
sentry = { version = "0.25", optional = true, default-features = false, features = ["backtrace", "contexts", "log", "panic", "reqwest", "rustls", "serde_json", "slog"] }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
sha3 = { version = "0.9", default-features = false }
siphasher = "0.3"
Expand Down

0 comments on commit e6dd763

Please sign in to comment.