From 04028e5ebdf7d3b435f131ac5beac827e9f13676 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 03:21:42 +0000 Subject: [PATCH] Update Rust crate rand to 0.10.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 451f2f8f..d0b8123a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ pcap-parser = "0.17" postcard = { version = "1", features = ["alloc"], default-features = false } proc-macro2 = { version = "1" } quote = "1.0" -rand = { version = "0.10.0", default-features = false } +rand = { version = "0.10.2", default-features = false } ref-cast = "1.0.25" ron = "0.12" serde = { version = "1.0", features = ["alloc", "derive"], default-features = false }