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>
This commit is contained in:
dependabot-preview[bot]
2021-03-08 06:52:15 +00:00
committed by Pratyush Mishra
parent a1e72154bf
commit fc44ff2de7

View File

@@ -26,7 +26,7 @@ ark-relations = { git = "https://github.com/arkworks-rs/snark", default-features
derivative = { version = "2", features = ["use_core"] }
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 }
[dev-dependencies]