Skip to content

Commit

Permalink
Merge pull request #64 from cyphar/dependabot/cargo/rayon-1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
2 parents 4328e7f + a1429af commit 4433bcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 pkg/paperback-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ multihash-codetable = { version = "^0.1", features = ["blake2b"] }
nom = "^7" # This must match the unsigned-varint version.
once_cell = "^1.9"
rand = "^0.8" # This must match the ed25519-dalek version.
rayon = "^1.8"
rayon = "^1.10"
printpdf = { version = "^0.6", features = ["svg"] }
qrcode = "^0.13"
serde = { version = "^1", features = ["derive"] }
Expand Down

0 comments on commit 4433bcf

Please sign in to comment.