From 6a425a4151a6bfbad49c4b4fb46c6aa52f64b454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 08:32:32 +0000 Subject: [PATCH] Update num-bigint requirement from 0.2 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.2.0...num-bigint-0.4.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a0f2395..d2f6706 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"