Commit 3b8ba84f authored by Vasili Novikov's avatar Vasili Novikov
Browse files

Merge branch 'cargo-audit-crossbeam' into 'dev'

Address cargo-audit for crossbeam

See merge request memri/pod!243
parents c4473a62 c78de8aa
Pipeline #3866 canceled with stages
in 4 minutes and 37 seconds
Showing with 4 additions and 2 deletions
+4 -2
......@@ -254,9 +254,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",
"crossbeam-epoch",
......@@ -936,6 +936,7 @@ dependencies = [
"chacha20poly1305",
"chrono",
"criterion",
"crossbeam-deque",
"env_logger",
"field_count",
"field_count_derive",
......
......@@ -15,6 +15,7 @@ publish = false # Prevent accidental publishing
bytes = "1.0.1"
chacha20poly1305 = "0.8.1"
chrono = { version = "0.4.19", features = ["serde"] }
crossbeam-deque = "0.8.1" # temporary version bump to work around a security vuln https://rustsec.org/advisories/RUSTSEC-2021-0093
env_logger = "0.9.0"
field_count = "0.1.1"
field_count_derive = "0.1.1"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment