Skip to content

Commit e76fa18

Browse files
build(deps): bump crypto-bigint from 0.7.0-rc.8 to 0.7.0-rc.9
Bumps [crypto-bigint](https://github.com/RustCrypto/crypto-bigint) from 0.7.0-rc.8 to 0.7.0-rc.9. - [Changelog](https://github.com/RustCrypto/crypto-bigint/blob/master/CHANGELOG.md) - [Commits](RustCrypto/crypto-bigint@v0.7.0-rc.8...v0.7.0-rc.9) --- updated-dependencies: - dependency-name: crypto-bigint dependency-version: 0.7.0-rc.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40e1750 commit e76fa18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.85"
1414

1515
[dependencies]
1616
const-oid = { version = "0.10", default-features = false }
17-
crypto-bigint = { version = "0.7.0-rc.8", default-features = false, features = ["zeroize", "alloc"] }
17+
crypto-bigint = { version = "0.7.0-rc.9", default-features = false, features = ["zeroize", "alloc"] }
1818
crypto-primes = { version = "0.7.0-pre.2", default-features = false }
1919
digest = { version = "0.11.0-rc.1", default-features = false, features = ["alloc", "oid"] }
2020
rand_core = { version = "0.9", default-features = false }

0 commit comments

Comments
 (0)