diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 720a5df7f..9d927c28f 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -32,7 +32,7 @@ rand_core_old = { version = "0.6", package = "rand_core" } # Benchmarking "RustCrypto" chacha20poly1305 = "0.10" ed25519-dalek = { version = "2.1.1", features = ["rand_core"] } -p256 = { version = "0.13", features = ["ecdh"] } +p256 = { version = "0.14", features = ["ecdh"] } sha2 = "0.11" sha3 = "0.12" x25519-dalek-ng = "1.1" diff --git a/crates/protocols/hpke/rust_crypto_provider/Cargo.toml b/crates/protocols/hpke/rust_crypto_provider/Cargo.toml index da564208b..770a1bc5c 100644 --- a/crates/protocols/hpke/rust_crypto_provider/Cargo.toml +++ b/crates/protocols/hpke/rust_crypto_provider/Cargo.toml @@ -14,7 +14,7 @@ hpke-rs-crypto.workspace = true # Rust crypto hkdf = { version = "0.13" } sha2 = { version = "0.11", default-features = false } -p256 = { version = "0.13", features = [ +p256 = { version = "0.14", features = [ "arithmetic", "ecdh", ], default-features = false }