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 }