Skip to content

Commit

Permalink
I take it back, picky asn was easy to update
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstyear committed Aug 25, 2023
1 parent ee5b686 commit 23941aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tss-esapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ regex = "1.3.9"
zeroize = { version = "1.5.7", features = ["zeroize_derive"] }
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.4.0" }
oid = { version = "0.2.1", optional = true }
picky-asn1 = { version = "0.3.0", optional = true }
picky-asn1-x509 = { version = "0.6.1", optional = true }
picky-asn1 = { version = "0.8.0", optional = true }
picky-asn1-x509 = { version = "0.12.0", optional = true }
cfg-if = "1.0.0"
strum = { version = "0.25.0", optional = true }
strum_macros = { version = "0.25.0", optional = true }
Expand Down

0 comments on commit 23941aa

Please sign in to comment.