diff --git a/Cargo.lock b/Cargo.lock index 4e03c190..06598644 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1534,9 +1534,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" [[package]] name = "rand" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" +checksum = "65c9fb96cbc91e3478eaae79a69fcd3f1ae4ad052e471fe6732fff548984b4af" dependencies = [ "chacha20", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 451f2f8f..1be726d2 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.3", default-features = false } ref-cast = "1.0.25" ron = "0.12" serde = { version = "1.0", features = ["alloc", "derive"], default-features = false }