From b52672cbae5e911117bbcceac00a86725c36259f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 10:16:39 -0600 Subject: [PATCH] build(deps): bump elliptic-curve from 0.12.2 to 0.12.3 (#632) Bumps [elliptic-curve](https://github.com/RustCrypto/traits) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/elliptic-curve-v0.12.2...elliptic-curve-v0.12.3) --- updated-dependencies: - dependency-name: elliptic-curve dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- k256/Cargo.toml | 2 +- p256/Cargo.toml | 2 +- p384/Cargo.toml | 2 +- p521/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fa7c8be..7088e804 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -336,9 +336,9 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "elliptic-curve" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c47abd0a791d2ac0c7aa1118715f85b83689e4522c4e3a244e159d4fc9848a8d" +checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" dependencies = [ "base16ct", "base64ct", diff --git a/k256/Cargo.toml b/k256/Cargo.toml index b028c000..64f61326 100644 --- a/k256/Cargo.toml +++ b/k256/Cargo.toml @@ -19,7 +19,7 @@ rust-version = "1.57" [dependencies] cfg-if = "1.0" -elliptic-curve = { version = "0.12.2", default-features = false, features = ["hazmat", "sec1"] } +elliptic-curve = { version = "0.12.3", default-features = false, features = ["hazmat", "sec1"] } # optional dependencies ecdsa-core = { version = "0.14", package = "ecdsa", optional = true, default-features = false, features = ["der"] } diff --git a/p256/Cargo.toml b/p256/Cargo.toml index fbc1b06e..f1c7a040 100644 --- a/p256/Cargo.toml +++ b/p256/Cargo.toml @@ -17,7 +17,7 @@ edition = "2021" rust-version = "1.57" [dependencies] -elliptic-curve = { version = "0.12.2", default-features = false, features = ["hazmat", "sec1"] } +elliptic-curve = { version = "0.12.3", default-features = false, features = ["hazmat", "sec1"] } # optional dependencies ecdsa-core = { version = "0.14", package = "ecdsa", optional = true, default-features = false, features = ["der"] } diff --git a/p384/Cargo.toml b/p384/Cargo.toml index 4263dda0..1e487471 100644 --- a/p384/Cargo.toml +++ b/p384/Cargo.toml @@ -17,7 +17,7 @@ edition = "2021" rust-version = "1.57" [dependencies] -elliptic-curve = { version = "0.12.2", default-features = false, features = ["hazmat", "sec1"] } +elliptic-curve = { version = "0.12.3", default-features = false, features = ["hazmat", "sec1"] } # optional dependencies ecdsa-core = { version = "0.14", package = "ecdsa", optional = true, default-features = false, features = ["der"] } diff --git a/p521/Cargo.toml b/p521/Cargo.toml index fc838c5e..295d60c1 100644 --- a/p521/Cargo.toml +++ b/p521/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" rust-version = "1.57" [dependencies] -elliptic-curve = { version = "0.12.1", default-features = false, features = ["hazmat", "sec1"] } +elliptic-curve = { version = "0.12.3", default-features = false, features = ["hazmat", "sec1"] } [features] default = ["pem", "std"]