From a5b8219cd91a69afc289d101b25264c131ce5838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 03:06:27 +0000 Subject: [PATCH] build(deps): update simple_asn1 requirement from 0.5 to 0.6 Updates the requirements on [simple_asn1](https://github.com/acw/simple_asn1) to permit the latest version. - [Release notes](https://github.com/acw/simple_asn1/releases) - [Commits](https://github.com/acw/simple_asn1/commits) --- updated-dependencies: - dependency-name: simple_asn1 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 c7c9f17..bdb1ac5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ futures = { version = "0.3", optional = true } lazy_static = "1.0" pem = "0.8" pin-project-lite = { version = "0.2", optional = true } -simple_asn1 = "0.5" +simple_asn1 = "0.6" sodiumoxide = "0.2.3" # 0.2.3 required for `(push|pull)_to_vec` strum = "0.20" strum_macros = "0.20"