Skip to content

Commit d184757

Browse files
Merge pull request #442 from tgonzalezorlandoarm/tg/main-update-picky-asn1-0.8.0
Bump picky-asn1 and picky-asn1-x509 to 0.8.0 and 0.12.0
2 parents 979210a + 30355ae commit d184757

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)