From 647a44fc9b41a60acef6b390ba09372154e31e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 16:47:42 +0000 Subject: [PATCH] Update der-oid-macro requirement from 0.3 to 0.5 Updates the requirements on [der-oid-macro](https://github.com/rusticata/der-parser) to permit the latest version. - [Release notes](https://github.com/rusticata/der-parser/releases) - [Changelog](https://github.com/rusticata/der-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/rusticata/der-parser/compare/der-parser-0.3.0...der-parser-0.5.0) --- updated-dependencies: - dependency-name: der-oid-macro 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..c151d23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ num-bigint = "0.3" ring = { version="0.16", optional=true } rustversion = "1.0" der-parser = { version = "5.0.0-beta1", features=["bigint"] } -der-oid-macro = "0.3" +der-oid-macro = "0.5" thiserror = "1.0" [badges]