diff --git a/Cargo.toml b/Cargo.toml index 0d2e98c..c61ea10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ libc = "0.2.158" nix = { version = "0.29.0", features = ["ioctl", "socket"] } [dev-dependencies] -rand = "0.8.5" +rand = "0.9.0" sha2 = "0.10.8"