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"