Skip to content

Commit

Permalink
Bump picky-asn1 and picky-asn1-x509 to 0.8.0 and 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás González <[email protected]>
  • Loading branch information
tgonzalezorlandoarm committed Oct 3, 2023
1 parent 279e4e4 commit 42d4bcd
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.7.2", optional = true }
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 }
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 42d4bcd

Please sign in to comment.