From 8ebf8805704f287abbbc8c00c6e089cf9143f2fc Mon Sep 17 00:00:00 2001 From: Ham Renovate Date: Mon, 23 Feb 2026 11:08:12 +0000 Subject: [PATCH] fix(deps): update rust crate rand_core to 0.9 --- infrastructure/eid-wallet/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/eid-wallet/src-tauri/Cargo.toml b/infrastructure/eid-wallet/src-tauri/Cargo.toml index 8cf2140d1..95f39020c 100644 --- a/infrastructure/eid-wallet/src-tauri/Cargo.toml +++ b/infrastructure/eid-wallet/src-tauri/Cargo.toml @@ -29,7 +29,7 @@ uuid = { version = "1.0", features = ["v4"] } argon2 = { version = "0.5.3" } -rand_core = { version = "0.6", features = ["std"] } +rand_core = { version = "0.9", features = ["std"] } thiserror = { version = "2.0.11" } tauri-plugin-process = "2"