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

Commit a22114d

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] <support@github.com>
1 parent 5f0aa1f commit a22114d

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
@@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = [
2121
futures = "0.3.21"
2222
log = "0.4.17"
2323
merlin = "2.0"
24-
num-bigint = "0.2.3"
24+
num-bigint = "0.4.3"
2525
num-rational = "0.2.2"
2626
num-traits = "0.2.8"
2727
parking_lot = "0.12.0"

primitives/arithmetic/fuzzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1515

1616
[dependencies]
1717
honggfuzz = "0.5.49"
18-
num-bigint = "0.2"
18+
num-bigint = "0.4"
1919
primitive-types = "0.11.1"
2020
sp-arithmetic = { version = "5.0.0", path = ".." }
2121

0 commit comments

Comments
 (0)