Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Update crossbeam requirement from 0.7 to 0.8 (#12)
Browse files Browse the repository at this point in the history
Updates the requirements on [crossbeam](https://github.com/crossbeam-rs/crossbeam) to permit the latest version.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-0.7.0...crossbeam-0.8.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Jan 12, 2021
1 parent f0124bb commit f31c83b
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 @@ -23,7 +23,7 @@ subtle = "2.1"
x25519-dalek = "1.1"

[dev-dependencies]
crossbeam = "0.7"
crossbeam = "0.8"
hex = "0.4"
quickcheck = "1.0"
quickcheck_macros = "1.0"
Expand Down

0 comments on commit f31c83b

Please sign in to comment.