Skip to content

Commit

Permalink
fix(deps): update rust crate uuid to 1.6 (#211)
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 Nov 20, 2023
1 parent a00d3c2 commit 5c1dcbb
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 @@ -39,7 +39,7 @@ async-trait = { version = "0.1" }
graceful-shutdown = { version = "0.2", features = ["stream", "tokio-timeout"] }
ulid = "1.1.0"
# Needed only for sentry reporting
uuid = { version = "1.5", optional = true }
uuid = { version = "1.6", optional = true }
async-stream = "0.3"

[dependencies.document-features]
Expand Down

0 comments on commit 5c1dcbb

Please sign in to comment.