Browse Source

Update num-bigint requirement from 0.3 to 0.4

Updates the requirements on [num-bigint](https://github.com/rust-num/num-bigint) to permit the latest version.
- [Release notes](https://github.com/rust-num/num-bigint/releases)
- [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-bigint/compare/num-bigint-0.3.0...num-bigint-0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
master
dependabot-preview[bot] 3 years ago
committed by Pratyush Mishra
parent
commit
fc44ff2de7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Cargo.toml

+ 1
- 1
Cargo.toml

@ -26,7 +26,7 @@ ark-relations = { git = "https://github.com/arkworks-rs/snark", default-features
derivative = { version = "2", features = ["use_core"] } derivative = { version = "2", features = ["use_core"] }
tracing = { version = "0.1", default-features = false, features = [ "attributes" ] } tracing = { version = "0.1", default-features = false, features = [ "attributes" ] }
num-bigint = {version = "0.3", default-features = false }
num-bigint = {version = "0.4", default-features = false }
num-traits = {version = "0.2", default-features = false } num-traits = {version = "0.2", default-features = false }
[dev-dependencies] [dev-dependencies]

Loading…
Cancel
Save