Skip to content

Commit

Permalink
build(deps): update num-bigint requirement from 0.3.1 to 0.4.0 (#532)
Browse files Browse the repository at this point in the history
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](rust-num/num-bigint@num-bigint-0.3.1...num-bigint-0.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 8, 2021
1 parent 6a4ce4b commit 50fcd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uint/Cargo.toml
Expand Up @@ -32,7 +32,7 @@ required-features = ["std"]

[dev-dependencies]
criterion = "0.3.0"
num-bigint = "0.3.1"
num-bigint = "0.4.0"

[target.'cfg(all(unix, target_arch = "x86_64"))'.dev-dependencies]
rug = { version = "1.6.0", default-features = false, features = ["integer"] }
Expand Down

0 comments on commit 50fcd23

Please sign in to comment.