Skip to content

Commit

Permalink
Bump num-bigint from 0.2.6 to 0.4.3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Aug 26, 2022
1 parent 6dd5631 commit 0a9fa0f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
17 changes: 14 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/consensus/babe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = [
futures = "0.3.21"
log = "0.4.17"
merlin = "2.0"
num-bigint = "0.2.3"
num-bigint = "0.4.3"
num-rational = "0.2.2"
num-traits = "0.2.8"
parking_lot = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion primitives/arithmetic/fuzzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
honggfuzz = "0.5.49"
num-bigint = "0.2"
num-bigint = "0.4"
primitive-types = "0.11.1"
sp-arithmetic = { version = "5.0.0", path = ".." }

Expand Down

0 comments on commit 0a9fa0f

Please sign in to comment.