Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit 0d739ff

Browse files
Bump num-bigint from 0.2.6 to 0.4.3
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.2.6 to 0.4.3. - [Release notes](https://github.com/rust-num/num-bigint/releases) - [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md) - [Commits](rust-num/num-bigint@num-bigint-0.2.6...num-bigint-0.4.3) --- updated-dependencies: - dependency-name: num-bigint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f4cd99 commit 0d739ff

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

Cargo.lock

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

client/consensus/babe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/commo
2222
sp-core = { version = "6.0.0", path = "../../../primitives/core" }
2323
sp-application-crypto = { version = "6.0.0", path = "../../../primitives/application-crypto" }
2424
sp-keystore = { version = "0.12.0", path = "../../../primitives/keystore" }
25-
num-bigint = "0.2.3"
25+
num-bigint = "0.4.3"
2626
num-rational = "0.2.2"
2727
num-traits = "0.2.8"
2828
serde = { version = "1.0.136", features = ["derive"] }

primitives/arithmetic/fuzzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1717
sp-arithmetic = { version = "5.0.0", path = ".." }
1818
honggfuzz = "0.5.49"
1919
primitive-types = "0.11.1"
20-
num-bigint = "0.2"
20+
num-bigint = "0.4"
2121

2222
[[bin]]
2323
name = "biguint"

0 commit comments

Comments
 (0)