Skip to content

Commit

Permalink
fix(deps): update rust crate sentry-core to 0.36.0 (#493)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent ea4c1da commit 3d9719b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ members = [
[dependencies]
tower = { version = "0.5", features = ["util"], default-features = false }
tracing-futures = { version = "0.2.5", optional = true, default-features = false }
sentry-core = { version = "0.35.0", optional = true, default-features = false }
sentry-core = { version = "0.36.0", optional = true, default-features = false }
metrics = { version = "0.24.0", optional = true, default-features = false }
metrics-exporter-prometheus = { version = "0.16", optional = true, default-features = false }
thiserror = "2.0.0"
Expand Down

0 comments on commit 3d9719b

Please sign in to comment.