Merge branch 'dev' into implement-email-func
Showing
+4 -2
... | ... | @@ -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" | ||
... | ... |
Please register or sign in to comment