Skip to content

Commit

Permalink
Bump crossbeam-utils from 0.6.6 to 0.8.7 in /fuzzer
Browse files Browse the repository at this point in the history
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.6.6 to 0.8.7.
- [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-utils-0.6.6...crossbeam-utils-0.8.7)

---
updated-dependencies:
- dependency-name: crossbeam-utils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marcusklaas committed Jul 26, 2022
1 parent f30d720 commit 211482c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
26 changes: 17 additions & 9 deletions fuzzer/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 fuzzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ndarray-stats = "0.2"
rand = "0.7"
rand_xoshiro = "0.4"
num_cpus = "1.10"
crossbeam-utils = "0.6"
crossbeam-utils = "0.8"
libc = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 211482c

Please sign in to comment.