From be002dd51e162679884b31ca58d0f0f5389d1272 Mon Sep 17 00:00:00 2001 From: Tpt Date: Fri, 8 Sep 2023 17:02:17 +0200 Subject: [PATCH] Migrates to new sha1 name --- Cargo.lock | 8 ++++---- lib/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50c7f71e..b4db7cbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -963,7 +963,7 @@ dependencies = [ "oxsdatatypes", "rand", "regex", - "sha-1", + "sha1", "sha2", "siphasher", "sparesults", @@ -1618,10 +1618,10 @@ dependencies = [ ] [[package]] -name = "sha-1" -version = "0.10.1" +name = "sha1" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" +checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" dependencies = [ "cfg-if", "cpufeatures", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 7b06b69a..2c37165f 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -24,7 +24,7 @@ rocksdb_debug = [] [dependencies] rand = "0.8" md-5 = "0.10" -sha-1 = "0.10" +sha1 = "0.10" sha2 = "0.10" digest = "0.10" regex = "1"