Skip to content

Commit

Permalink
Update flurry requirement from <0.5.0 to <0.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [flurry](https://github.com/jonhoo/flurry) to permit the latest version.
- [Changelog](https://github.com/jonhoo/flurry/blob/main/CHANGELOG.md)
- [Commits](jonhoo/flurry@v0.0.1...v0.5.0)

---
updated-dependencies:
- dependency-name: flurry
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent c523748 commit 724285a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyufo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/lib.rs"

[dependencies]
ahash = { workspace = true }
flurry = "<0.5.0" # Try not to require Rust 1.71
flurry = "<0.6.0" # Try not to require Rust 1.71
parking_lot = "0"
crossbeam-queue = "0"

Expand Down

0 comments on commit 724285a

Please sign in to comment.