RUSTSEC-2021-0093: Update crossbeam-deque

https://rustsec.org/advisories/RUSTSEC-2021-0093

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2021-09-18 11:53:04 -04:00
parent a12e68bbb4
commit 7600519682
No known key found for this signature in database
GPG Key ID: 8BDEA098CD242B7A
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -418,9 +418,9 @@ dependencies = [
[[package]]
name = "crossbeam-deque"
version = "0.8.0"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch",