Skip to content

Commit

Permalink
Bump sentry-tracing from 0.27.0 to 0.28.0
Browse files Browse the repository at this point in the history
Bumps [sentry-tracing](https://github.com/getsentry/sentry-rust) from 0.27.0 to 0.28.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.27.0...0.28.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 8, 2022
1 parent 19a5568 commit bab0df1
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 12 deletions.
219 changes: 208 additions & 11 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 ntp-daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ thiserror = "1.0.37"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
sentry = { version = "0.27.0", optional = true, default-features = false, features = ["backtrace", "contexts", "panic", "reqwest", "rustls"] }
sentry-tracing = { version = "0.27.0", optional = true }
sentry-tracing = { version = "0.28.0", optional = true }
rand = "0.8.5"
libc = "0.2.137"
exitcode = "1.1.2"
Expand Down

0 comments on commit bab0df1

Please sign in to comment.