From d95bfa31a4b5d7dd54cc95f70e7d50c15f8df55b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:44:16 +0000 Subject: [PATCH] build(deps): bump crypto-bigint from 0.6.0-rc.2 to 0.6.0-rc.5 Bumps [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) from 0.6.0-rc.2 to 0.6.0-rc.5. - [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/crypto-bigint/compare/v0.6.0-rc.2...v0.6.0-rc.5) --- updated-dependencies: - dependency-name: crypto-bigint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- elliptic-curve/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea6632b3..3dc0b7f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -292,9 +292,9 @@ dependencies = [ [[package]] name = "crypto-bigint" -version = "0.6.0-rc.2" +version = "0.6.0-rc.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e43027691f1c055da3da4f7d96af09fcec420d435d5616e51f29afd0811c56a7" +checksum = "040a95c58773f47c92f5f17814702bfd68e8ace9ddce4690c982d0019cac32e2" dependencies = [ "hybrid-array", "num-traits", @@ -500,7 +500,7 @@ version = "0.14.0-rc.0" dependencies = [ "base16ct", "base64ct", - "crypto-bigint 0.6.0-rc.2", + "crypto-bigint 0.6.0-rc.5", "digest 0.11.0-pre.9", "ff 0.13.0", "group 0.13.0", diff --git a/elliptic-curve/Cargo.toml b/elliptic-curve/Cargo.toml index bc86e607..56e5a513 100644 --- a/elliptic-curve/Cargo.toml +++ b/elliptic-curve/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.73" [dependencies] base16ct = "0.2" -crypto-bigint = { version = "0.6.0-rc.2", default-features = false, features = ["rand_core", "hybrid-array", "zeroize"] } +crypto-bigint = { version = "0.6.0-rc.5", default-features = false, features = ["rand_core", "hybrid-array", "zeroize"] } hybrid-array = { version = "0.2.0-rc.8", default-features = false, features = ["zeroize"] } rand_core = { version = "0.6.4", default-features = false } subtle = { version = "2.6", default-features = false }