Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2025
1 parent 9e7faa4 commit 2e0b345
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 @@ -23,7 +23,7 @@ signature = { version = "=2.3.0-pre.4", default-features = false, features = ["a
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-primes = { version = "0.6.0", default-features = false }
crypto-primes = { version = "0.6.1", default-features = false }

# optional dependencies
sha1 = { version = "=0.11.0-pre.4", optional = true, default-features = false, features = ["oid"] }
Expand Down

0 comments on commit 2e0b345

Please sign in to comment.