From dcd183a40f26b96975650573e0421354a844aeab Mon Sep 17 00:00:00 2001 From: Pierre Chifflier Date: Fri, 23 Feb 2024 10:35:58 +0100 Subject: [PATCH] Update asn1-rs to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0b14f45..0146082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -asn1-rs = "0.5" +asn1-rs = "0.6" cookie-factory = { version="0.3.0", optional=true } displaydoc = { version="0.2", default-features=false } nom = "7.0"