Skip to content

Commit

Permalink
build(deps): bump crypto-bigint from 0.6.0-rc.2 to 0.6.0-rc.5
Browse files Browse the repository at this point in the history
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](RustCrypto/crypto-bigint@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 59f1a5b commit d95bfa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion elliptic-curve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit d95bfa3

Please sign in to comment.