From 3e0b3254832c0c71958b3f91fd3e80ea27ed5aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 20:51:14 -0700 Subject: [PATCH] build(deps): bump elliptic-curve from 0.13.7 to 0.13.8 (#992) Bumps [elliptic-curve](https://github.com/RustCrypto/traits) from 0.13.7 to 0.13.8. - [Commits](https://github.com/RustCrypto/traits/compare/elliptic-curve-v0.13.7...elliptic-curve-v0.13.8) --- 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 | 8 ++++---- bign256/Cargo.toml | 2 +- k256/Cargo.toml | 2 +- p224/Cargo.toml | 2 +- p256/Cargo.toml | 2 +- primeorder/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02cf90e8..ebd3a726 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -371,9 +371,9 @@ checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" [[package]] name = "elliptic-curve" -version = "0.13.7" +version = "0.13.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9775b22bc152ad86a0cf23f0f348b884b26add12bf741e7ffc4d4ab2ab4d205" +checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" dependencies = [ "base16ct", "base64ct", @@ -1533,6 +1533,6 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.5.7" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" +checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" diff --git a/bign256/Cargo.toml b/bign256/Cargo.toml index cb7daf2e..e71e5128 100644 --- a/bign256/Cargo.toml +++ b/bign256/Cargo.toml @@ -17,7 +17,7 @@ edition = "2021" rust-version = "1.65" [dependencies] -elliptic-curve = { version = "0.13.6", features = ["hazmat", "sec1"] } +elliptic-curve = { version = "0.13.8", features = ["hazmat", "sec1"] } # optional dependencies primeorder = { version = "0.13.5", optional = true, path = "../primeorder" } diff --git a/k256/Cargo.toml b/k256/Cargo.toml index 2602d5cc..45bf0697 100644 --- a/k256/Cargo.toml +++ b/k256/Cargo.toml @@ -19,7 +19,7 @@ rust-version = "1.65" [dependencies] cfg-if = "1.0" -elliptic-curve = { version = "0.13.7", default-features = false, features = ["hazmat", "sec1"] } +elliptic-curve = { version = "0.13.8", default-features = false, features = ["hazmat", "sec1"] } # optional dependencies once_cell = { version = "1.18", optional = true, default-features = false } diff --git a/p224/Cargo.toml b/p224/Cargo.toml index ad365332..9762e5b0 100644 --- a/p224/Cargo.toml +++ b/p224/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" rust-version = "1.65" [dependencies] -elliptic-curve = { version = "0.13.6", default-features = false, features = ["hazmat", "sec1"] } +elliptic-curve = { version = "0.13.8", default-features = false, features = ["hazmat", "sec1"] } # optional dependencies ecdsa-core = { version = "0.16.6", package = "ecdsa", optional = true, default-features = false, features = ["der"] } diff --git a/p256/Cargo.toml b/p256/Cargo.toml index 5c1abb11..59b98444 100644 --- a/p256/Cargo.toml +++ b/p256/Cargo.toml @@ -17,7 +17,7 @@ edition = "2021" rust-version = "1.65" [dependencies] -elliptic-curve = { version = "0.13.6", default-features = false, features = ["hazmat", "sec1"] } +elliptic-curve = { version = "0.13.8", default-features = false, features = ["hazmat", "sec1"] } # optional dependencies ecdsa-core = { version = "0.16", package = "ecdsa", optional = true, default-features = false, features = ["der"] } diff --git a/primeorder/Cargo.toml b/primeorder/Cargo.toml index db51b25e..3f2f3cf0 100644 --- a/primeorder/Cargo.toml +++ b/primeorder/Cargo.toml @@ -17,7 +17,7 @@ edition = "2021" rust-version = "1.65" [dependencies] -elliptic-curve = { version = "0.13.7", default-features = false, features = ["arithmetic", "sec1"] } +elliptic-curve = { version = "0.13.8", default-features = false, features = ["arithmetic", "sec1"] } # optional dependencies serdect = { version = "0.2", optional = true, default-features = false }