Skip to content

Commit

Permalink
Update asn1-rs and x509-parser
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Fanelli <[email protected]>
  • Loading branch information
tylerfanelli committed Dec 3, 2024
1 parent c080d57 commit 1956982
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 102 deletions.
142 changes: 42 additions & 100 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ bincode = "^1.2.1"
openssl = { version = "^0.10", features = ["vendored"]}
reqwest = { version="0.11.10", features = ["blocking"] }
hex = "0.4"
x509-parser = { version="^0.14", features=["verify"] }
asn1-rs = "0.5.2"
x509-parser = { version="0.16.0", features=["verify"] }
asn1-rs = "0.6.2"
rand = "0.8.5"
tss-esapi = { version = "7.2", optional=true }
msru = "0.2.0"
Expand Down

0 comments on commit 1956982

Please sign in to comment.