We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8ad77 commit 30355aeCopy full SHA for 30355ae
tss-esapi/Cargo.toml
@@ -27,8 +27,8 @@ regex = "1.3.9"
27
zeroize = { version = "1.5.7", features = ["zeroize_derive"] }
28
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.4.0" }
29
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 }
+picky-asn1 = { version = "0.8.0", optional = true }
+picky-asn1-x509 = { version = "0.12.0", optional = true }
32
cfg-if = "1.0.0"
33
strum = { version = "0.25.0", optional = true }
34
strum_macros = { version = "0.25.0", optional = true }
0 commit comments