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"