From 03ea39b53ce79955a696a1b18d1922ff9ab2d2b7 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:54:27 +0000 Subject: [PATCH] Update Rust crate rand to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dedba24b..18222ddf 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.9.2" +rand = "0.10.0" ref-cast = "1.0.25" ron = "0.12" serde = { version = "1.0", features = ["alloc", "derive"], default-features = false }