Unverified Commit c6abe330 authored by Vasili Novikov's avatar Vasili Novikov
Browse files

Merge branch 'dev' into implement-email-func

parents 66172b86 3b8ba84f
Pipeline #3867 passed with stage
in 11 minutes and 40 seconds
Showing with 4 additions and 2 deletions
+4 -2
......@@ -266,9 +266,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",
......@@ -995,6 +995,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