diff --git a/Cargo.lock b/Cargo.lock index 5a01b97..d73cf39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -686,9 +686,9 @@ dependencies = [ [[package]] name = "sha-1" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" +checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index abc2ab6..0fbcb40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ petgraph = "^0.6.0" indexmap = "^2.2.5" itertools = "^0.12.1" rayon = "^1.5.1" -sha-1 = "^0.10.0" +sha-1 = "^0.10.1" hex-literal = "^0.4.1" hex_fmt = "^0.3.0" command-extra = "^1.0.0"