Skip to content

Commit

Permalink
fix(deps): update rust crate sentry-core to 0.34.0 (#331)
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 Jun 6, 2024
1 parent 2c853aa commit ef75cb9
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 @@ -159,7 +159,7 @@ tokio = { version = "1", features = [
async-std = { version = "1", optional = true }
tower = { version = "0.4", features = ["util"], default-features = false }
tracing-futures = { version = "0.2.5", optional = true, default-features = false }
sentry-core = { version = "0.32.3", optional = true, default-features = false }
sentry-core = { version = "0.34.0", optional = true, default-features = false }
metrics = { version = "0.22.3", optional = true, default-features = false }
metrics-exporter-prometheus = { version = "0.14", optional = true, default-features = false }
thiserror = "1.0.59"
Expand Down

0 comments on commit ef75cb9

Please sign in to comment.