diff --git a/Cargo.toml b/Cargo.toml index 7917d341a84..a10bbc62964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ kem-dh-p521-hkdf-sha512 = ["hpke/p521"] kem-x25519-hkdf-sha256 = ["hpke/x25519"] [dependencies] -rand = "0.8.5" +rand = "0.9.2" num_enum = "0.7.0" cfg-if = "1.0.0" hpke = { version = "0.12.0", default-features = false, features = ["std"] }