From 243f39ca14670f60ae3aaae125fac38635bf35e1 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 03:25:52 +0000 Subject: [PATCH] Update Rust crate rand to 0.10.1 --- libnet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnet/Cargo.toml b/libnet/Cargo.toml index 0a44e23c..56fce58b 100644 --- a/libnet/Cargo.toml +++ b/libnet/Cargo.toml @@ -23,5 +23,5 @@ dlpi = { git = "https://github.com/oxidecomputer/dlpi-sys", default-features = f num_enum = "0.7.6" oxnet = { version = "0.1.4", default-features = false } rusty-doors = { git = "https://github.com/oxidecomputer/rusty-doors" } -rand = "0.10.0" +rand = "0.10.1" winnow = "1.0.2"