From 0c202515d1e13b2e1a646695e116da0f6f9d9df2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 23:26:06 +0000 Subject: [PATCH] Update Rust crate digest to v0.10.7 --- src/rust/crypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }