diff --git a/src/rust/crypto/Cargo.toml b/src/rust/crypto/Cargo.toml index 5f752abe0..2459d2930 100644 --- a/src/rust/crypto/Cargo.toml +++ b/src/rust/crypto/Cargo.toml @@ -12,7 +12,7 @@ path = "lib.rs" [dependencies] libc = "=0.2.138" -digest = "=0.10.6" +digest = "=0.10.7" rand_core = { version = "=0.6.4", default-features = false } external = { path = "../external" }