Skip to content

Commit 471c06b

Browse files
authored
chore(deps): bump crypto-bigint to 0.7.0-pre.2 (#514)
1 parent 51c9784 commit 471c06b

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

Cargo.lock

Lines changed: 3 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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pkcs8 = { version = "0.11.0-rc.2", default-features = false, features = ["alloc"
2222
signature = { version = "=3.0.0-pre", default-features = false, features = ["alloc", "digest", "rand_core"] }
2323
spki = { version = "0.8.0-rc.1", default-features = false, features = ["alloc"] }
2424
zeroize = { version = "1.5", features = ["alloc"] }
25-
crypto-bigint = { version = "0.7.0-pre", default-features = false, features = ["zeroize", "alloc"] }
25+
crypto-bigint = { version = "0.7.0-pre.2", default-features = false, features = ["zeroize", "alloc"] }
2626
crypto-primes = { version = "0.7.0-dev", default-features = false }
2727

2828
# optional dependencies
@@ -71,10 +71,6 @@ opt-level = 2
7171
debug = true
7272

7373
[patch.crates-io]
74-
# https://github.com/RustCrypto/crypto-bigint/pull/762
75-
# https://github.com/RustCrypto/crypto-bigint/pull/765
76-
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint.git" }
77-
7874
# https://github.com/entropyxyz/crypto-primes/pull/74
7975
crypto-primes = { git = "https://github.com/entropyxyz/crypto-primes.git" }
8076

0 commit comments

Comments
 (0)