summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorFelix Ableitner <me@nutomic.com>2019-12-22 17:08:03 +0100
committerFelix Ableitner <me@nutomic.com>2019-12-27 17:30:46 +0100
commit4e952af00c43c75b7c03e672eff3f809daef6e69 (patch)
tree4ecf63762420a47c21811648c2041f42e6e6a1fc /server/Cargo.toml
parentcdbf26080345a69e053821bcb8c8fa2373fa8d21 (diff)
Replace rust-crypto with sha2 crate (fixes #372)
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index f7517153..382e9be0 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -27,7 +27,7 @@ regex = "1.1.9"
lazy_static = "1.3.0"
lettre = "0.9.2"
lettre_email = "0.9.2"
-rust-crypto = "^0.2"
+sha2 = "0.8.0"
rss = "1.8.0"
htmlescape = "0.3.1"
config = "0.9.3"