From 39d2b0982acb39ebe581f839a381b089e3a3fa41 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 16:03:26 +0000 Subject: [PATCH] Bump p256 from 0.1.0 to 0.2.0 Bumps [p256](https://github.com/RustCrypto/elliptic-curves) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/RustCrypto/elliptic-curves/releases) - [Commits](https://github.com/RustCrypto/elliptic-curves/compare/p256/v0.1.0...p256/v0.2.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71cae62..6412636 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -484,9 +484,9 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" [[package]] name = "p256" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "812a058a5afc96a52a8ab6e250325d025254ff030ff737dc5b62576e4e604c42" +checksum = "86640e33ca638ec215c74de317696bbca5daa7d52cf55b905bd20a6bd2cfd133" dependencies = [ "elliptic-curve", "subtle 2.2.2", diff --git a/Cargo.toml b/Cargo.toml index 611ccc7..e47a45d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ log = "0.4" nom = "5" num-bigint = { version = "0.2", features = ["rand"] } pbkdf2 = "0.3" -p256 = "0.1" +p256 = "0.2" p384 = "0.1" pcsc = "2" rsa = "0.2.0"