Skip to content

Commit

Permalink
Update crossbeam-epoch requirement from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [crossbeam-epoch](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-epoch-0.7.0...crossbeam-epoch-0.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Nov 7, 2019
1 parent 43afdd9 commit 29e4f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -17,7 +17,7 @@ version = "2.0.1"
repository = "bossmc/pinboard"

[dependencies]
crossbeam-epoch = "0.7.0"
crossbeam-epoch = "0.8.0"

[dev-dependencies]
crossbeam = "0.7.1"

0 comments on commit 29e4f0c

Please sign in to comment.