From 1e0cc8536f5a0ecb86beeae85557be033a84aaa8 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 04:09:27 +0000 Subject: [PATCH] Update Rust crate rand_core to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a4ef14..796dd9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ percent-encoding = "2.3.2" proc-macro2 = "1" quote = "1" rand = "0.8.5" -rand_core = "0.6" +rand_core = "0.10" regex = "1.12.3" reqwest = { version = "0.13", default-features = false, features = ["json", "stream"] } rsa = "0.9.10"