Skip to content

Commit

Permalink
Update num-bigint requirement from 0.2 to 0.4
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.2.0...num-bigint-0.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 16, 2021
1 parent 8319109 commit 6a425a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ web-view = { version = "0.7.2", features = [] }
tinyfiledialogs = "3.3.10"
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.42"
num-bigint = "0.2"
num-bigint = "0.4"
num-traits = "0.2"
bincode = "1.2.0"
base64 = "0.11.0"
Expand Down

0 comments on commit 6a425a4

Please sign in to comment.