From dfda687075abf5c0520839a05209c4240d404191 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 11:01:01 +0000 Subject: [PATCH] Update Rust crate rand to 0.10.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2edf0762..d2cefaf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1700,9 +1700,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom 0.4.2", diff --git a/Cargo.toml b/Cargo.toml index e91319a3..6f88dd97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ pcap-parser = "0.17" postcard = { version = "1", features = ["alloc"], default-features = false } proc-macro2 = { version = "1" } quote = "1.0" -rand = "0.10.0" +rand = "0.10.1" ref-cast = "1.0.25" ron = "0.12" serde = { version = "1.0", features = ["alloc", "derive"], default-features = false }