Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Commit 58858f2

Browse files
Bump num-bigint from 0.2.6 to 0.3.1
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.2.6 to 0.3.1. - [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.3.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent fd97873 commit 58858f2

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

Cargo.lock

+14-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/consensus/babe/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sp-consensus-babe = { version = "0.9.0", path = "../../../primitives/consensus/b
1919
sp-core = { version = "3.0.0", path = "../../../primitives/core" }
2020
sp-application-crypto = { version = "3.0.0", path = "../../../primitives/application-crypto" }
2121
sp-keystore = { version = "0.9.0", path = "../../../primitives/keystore" }
22-
num-bigint = "0.2.3"
22+
num-bigint = "0.3.1"
2323
num-rational = "0.2.2"
2424
num-traits = "0.2.8"
2525
serde = { version = "1.0.104", features = ["derive"] }

primitives/arithmetic/fuzzer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1717
sp-arithmetic = { version = "3.0.0", path = ".." }
1818
honggfuzz = "0.5.49"
1919
primitive-types = "0.9.0"
20-
num-bigint = "0.2"
20+
num-bigint = "0.3"
2121
num-traits = "0.2"
2222

2323
[[bin]]

0 commit comments

Comments
 (0)