From b9d5508a3fc724b59950f3dd10dc0a4c55d372d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 16:47:46 +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.3) --- updated-dependencies: - dependency-name: num-bigint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 924ebd9..6189394 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ data-encoding = "2.2.1" lazy_static = "1.4" nom = "6.0" 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.0-beta1", features=["bigint"] }