From 72f8ef65ced241c214812f4a5d8a8cb34268e59e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 13 Mar 2021 09:33:06 +0100 Subject: 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 Tested-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3