From 92880d0010b110a8cd5a3a13e126e27324c12312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 05:51:59 +0000 Subject: [PATCH] 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[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 703b4fd..05aa55c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ lazy_static = "1.4" nom = "6.0" oid-registry = { version="0.1.1", features=["crypto", "x509"] } rusticata-macros = "3.0" -num-bigint = "0.3" +num-bigint = "0.4" ring = { version="0.16", optional=true } rustversion = "1.0" der-parser = { version = "5.0", features=["bigint"] }