diff --git a/dione-lib/Cargo.toml b/dione-lib/Cargo.toml index a04cef8..7a59dad 100644 --- a/dione-lib/Cargo.toml +++ b/dione-lib/Cargo.toml @@ -25,7 +25,7 @@ sss-rs = "0.9" aes-gcm = "0.9.2" aes-gcm-siv = "0.10.3" x3dh-ke = "0.1.4" -p256 = {version = "0.9.0", features = ["ecdsa", "jwk"] } +p256 = {version = "0.10.1", features = ["ecdsa", "jwk"] } serde = { version = "1", default-features = false, features = ["derive", "alloc"] } serde_bytes = "0.11.5" bincode = "1.3.3"