diff --git a/Cargo.toml b/Cargo.toml index 5468335..611a72d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ flate2 = "1.0.35" regex = "1.11.1" elliptic-curve = "0.13.8" rand_core = "0.10.0" -rand = "0.9.0" +rand = "0.9.3" k256 = { version = "0.13.3", features = ["ecdh"] } aes-gcm = "0.10.3" base64 = "0.22.1"