From 4b345f664e11b123f5d160b2d0787192a4e7ef10 Mon Sep 17 00:00:00 2001 From: Pierre Chifflier Date: Fri, 23 Feb 2024 09:56:34 +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 810bc12..9a18e5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,4 +40,4 @@ x509 = [] x962 = [] [dependencies] -asn1-rs = "0.5" +asn1-rs = "0.6"