summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Barlow <randy@electronsweatshop.com>2021-09-18 11:53:04 -0400
committerRandy Barlow <randy@electronsweatshop.com>2021-09-18 11:53:04 -0400
commit7600519682103b86cd43ccddac3bde715ccf217b (patch)
tree91cd582f1f798bec1f9ceb743855fea0dc8da93a
parenta12e68bbb424edadbea35bb2fc27d0715f747a18 (diff)
RUSTSEC-2021-0093: Update crossbeam-deque
https://rustsec.org/advisories/RUSTSEC-2021-0093 Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 38df74ec..3bf6062a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",