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 2dd2308 commit 1528620Copy full SHA for 1528620
tss-esapi/Cargo.toml
@@ -34,8 +34,8 @@ regex = "1.3.9"
34
zeroize = { version = "1.5.7", features = ["zeroize_derive"] }
35
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.5.0" }
36
oid = { version = "0.2.1", optional = true }
37
-picky-asn1 = { version = "0.9.0", optional = true }
38
-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 }
39
cfg-if = "1.0.0"
40
strum = { version = "0.26.3", optional = true }
41
strum_macros = { version = "0.26.4", optional = true }
0 commit comments