Skip to content

Commit

Permalink
build(deps): bump crypto-bigint from 0.5.3 to 0.5.5 (#1001)
Browse files Browse the repository at this point in the history
Bumps [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) from 0.5.3 to 0.5.5.
- [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/crypto-bigint@v0.5.3...v0.5.5)

---
updated-dependencies:
- dependency-name: crypto-bigint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent b21dd4f commit cb314fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 bign256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ elliptic-curve = { version = "0.13.8", features = ["hazmat", "sec1"] }
primeorder = { version = "0.13.5", optional = true, path = "../primeorder" }
signature = { version = "2", optional = true }
belt-hash = { version = "0.1.0", optional = true, default-features = false }
crypto-bigint = { version = "0.5.3", optional = true }
crypto-bigint = { version = "0.5.5", optional = true }
rfc6979 = { version = "0.4", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit cb314fe

Please sign in to comment.