From bb015687a479246b848047b30f522fa4b79f7e27 Mon Sep 17 00:00:00 2001 From: "projectorigin-renovate[bot]" <150237208+projectorigin-renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 10:14:05 +0000 Subject: [PATCH] Update Rust crate sha3 to 0.11.0 --- src/Native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Native/Cargo.toml b/src/Native/Cargo.toml index 300a0e9..326e277 100644 --- a/src/Native/Cargo.toml +++ b/src/Native/Cargo.toml @@ -12,4 +12,4 @@ bulletproofs = { git = "https://github.com/zkcrypto/bulletproofs" } curve25519-dalek = { version = "4.1.2", features = ["digest", "rand_core"] } merlin = "3.0.0" rand = "0.8.5" -sha3 = "0.10.8" +sha3 = "0.11.0"