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

Commit

Permalink
Bump num-bigint from 0.2.6 to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 18, 2021
1 parent f28493a commit 884ac73
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 @@ -19,7 +19,7 @@ sp-consensus-babe = { version = "0.9.0", path = "../../../primitives/consensus/b
sp-core = { version = "3.0.0", path = "../../../primitives/core" }
sp-application-crypto = { version = "3.0.0", path = "../../../primitives/application-crypto" }
sp-keystore = { version = "0.9.0", path = "../../../primitives/keystore" }
num-bigint = "0.2.3"
num-bigint = "0.3.1"
num-rational = "0.2.2"
num-traits = "0.2.8"
serde = { version = "1.0.104", features = ["derive"] }
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 @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
sp-arithmetic = { version = "3.0.0", path = ".." }
honggfuzz = "0.5.49"
primitive-types = "0.9.0"
num-bigint = "0.2"
num-bigint = "0.3"
num-traits = "0.2"

[[bin]]
Expand Down

0 comments on commit 884ac73

Please sign in to comment.