summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-13 09:33:06 +0100
committerMatthias Beyer <matthias.beyer@atos.net>2021-03-13 09:36:09 +0100
commit72f8ef65ced241c214812f4a5d8a8cb34268e59e (patch)
treec12f0ddcbec0135fa1456469d156b4c3aa2f5f5a /Cargo.toml
parent040b19ea29212375d5cb308791bacd77f27ab3b9 (diff)
Switch from sha1 to sha-1
This is because the "sha1" crate seems to be unmaintained (no release in 3 years) but the sha-1 crate seems to be actively maintained in the context of a bigger rust-crypto-functions project. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Tested-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0f36ca3..4973631 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,7 @@ result-inspect = "0.2"
semver = { version = "0.11", features = [ "serde" ] }
serde = "1"
serde_json = "1"
-sha1 = { version = "0.6", features = ["std"] }
+sha-1 = "0.9"
sha2 = "0.9"
shiplift = "0.7"
syntect = "4.4"