diff --git a/Cargo.toml b/Cargo.toml index 2ec75c7..1b969d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ features = [ "beacon_based" ] [dependencies] nix = { version = "0.29", features = [ "net", "process", "user", "hostname" ] } -rand = "0.8.5" +rand = "0.10.0" parking_lot = "0.12.3" serde = { version = "1.0", features = [ "derive" ] }