diff --git a/Cargo.lock b/Cargo.lock index 4505b88..36b8d60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,9 +369,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index 287e082..4addca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ ctr = "0.9.2" hmac = "0.12.1" rand = { version = "0.8.5", default-features = false, features = ["getrandom", "std_rng"] } scrypt = { version = "0.11.0", default-features = false } -sha2 = { version = "0.10.7", default-features = false } +sha2 = { version = "0.10.8", default-features = false } [dev-dependencies] anyhow = "1.0.75"