Skip to content

Commit 30355ae

Browse files
Bump picky-asn1 and picky-asn1-x509 to 0.8.0 and 0.12.0
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
1 parent 7e8ad77 commit 30355ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tss-esapi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ regex = "1.3.9"
2727
zeroize = { version = "1.5.7", features = ["zeroize_derive"] }
2828
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.4.0" }
2929
oid = { version = "0.2.1", optional = true }
30-
picky-asn1 = { version = "0.7.2", optional = true }
31-
picky-asn1-x509 = { version = "0.11.0", optional = true }
30+
picky-asn1 = { version = "0.8.0", optional = true }
31+
picky-asn1-x509 = { version = "0.12.0", optional = true }
3232
cfg-if = "1.0.0"
3333
strum = { version = "0.25.0", optional = true }
3434
strum_macros = { version = "0.25.0", optional = true }

0 commit comments

Comments
 (0)