Skip to content

Commit

Permalink
fix(deps): update rust crate sentry-core to 0.31.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2023
1 parent 4569a73 commit 8f9580d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apalis-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ chrono = { version = "0.4", default-features = false, features = [
"serde",
] }
tracing-futures = { version = "0.2.5", optional = true, default-features = false }
sentry-core = { version = "0.31.5", optional = true, default-features = false }
sentry-core = { version = "0.31.6", optional = true, default-features = false }
metrics = { version = "0.21", optional = true, default-features = false }
metrics-exporter-prometheus = { version = "0.12", optional = true, default-features = false }
async-trait = { version = "0.1" }
Expand Down

0 comments on commit 8f9580d

Please sign in to comment.