From 272812d6f27d506536e0a292be4e1ee305e272dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 00:25:29 +0000 Subject: [PATCH] Update p256 requirement from 0.9.0 to 0.10.1 in /dione-lib Updates the requirements on [p256](https://github.com/RustCrypto/elliptic-curves) to permit the latest version. - [Release notes](https://github.com/RustCrypto/elliptic-curves/releases) - [Commits](https://github.com/RustCrypto/elliptic-curves/commits/p256/v0.10.1) --- updated-dependencies: - dependency-name: p256 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dione-lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"