Skip to content

Commit

Permalink
build(deps): bump crypto-bigint from 0.6.0 to 0.6.1
Browse files Browse the repository at this point in the history
Bumps [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) from 0.6.0 to 0.6.1.
- [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RustCrypto/crypto-bigint/commits/v0.6.1)

---
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 Mar 1, 2025
1 parent 9e7faa4 commit baf6582
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pkcs8 = { version = "0.11.0-rc.1", default-features = false, features = ["alloc"
signature = { version = "=2.3.0-pre.4", default-features = false, features = ["alloc", "digest", "rand_core"] }
spki = { version = "0.8.0-rc.1", default-features = false, features = ["alloc"] }
zeroize = { version = "1.5", features = ["alloc"] }
crypto-bigint = { version = "0.6.0", default-features = false, features = ["zeroize", "alloc"] }
crypto-bigint = { version = "0.6.1", default-features = false, features = ["zeroize", "alloc"] }
crypto-primes = { version = "0.6.0", default-features = false }

# optional dependencies
Expand Down

0 comments on commit baf6582

Please # to comment.