Skip to content

Commit ee7b248

Browse files
Bump crossbeam-channel from 0.3.9 to 0.5.0
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.3.9 to 0.5.0. - [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-channel-0.3.9...crossbeam-channel-0.5.0) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34bf7cc commit ee7b248

File tree

2 files changed

+7
-26
lines changed

2 files changed

+7
-26
lines changed

Cargo.lock

+6-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

danny-utilities/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde_derive = "1"
1616
serde_json = "1.0"
1717
log = "0.4"
1818
rayon = "1.0"
19-
crossbeam-channel = "0.3"
19+
crossbeam-channel = "0.5"
2020
rand = "0.6"
2121
rand_xorshift = "0.1.0"
2222
progress-logger = "0.1.1"

0 commit comments

Comments
 (0)