From 15286205ee76aa2b9378241ce82dac596794250b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Mon, 2 Dec 2024 15:58:34 +0400 Subject: [PATCH] Bump picky- crates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- tss-esapi/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tss-esapi/Cargo.toml b/tss-esapi/Cargo.toml index 893b755a..fc0ba3fa 100644 --- a/tss-esapi/Cargo.toml +++ b/tss-esapi/Cargo.toml @@ -34,8 +34,8 @@ regex = "1.3.9" zeroize = { version = "1.5.7", features = ["zeroize_derive"] } tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.5.0" } oid = { version = "0.2.1", optional = true } -picky-asn1 = { version = "0.9.0", optional = true } -picky-asn1-x509 = { version = "0.13.0", optional = true } +picky-asn1 = { version = "0.10.0", optional = true } +picky-asn1-x509 = { version = "0.14.0", optional = true } cfg-if = "1.0.0" strum = { version = "0.26.3", optional = true } strum_macros = { version = "0.26.4", optional = true }