Skip to content

Commit

Permalink
Merge pull request #102 from anta5010/update-asn1
Browse files Browse the repository at this point in the history
Bump ASN1 crates dependencies
  • Loading branch information
anta5010 authored Aug 22, 2023
2 parents 9f806db + 86b33b6 commit fbbe42a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ env_logger = "0.8.2"
oid = { version = "0.2", features = ["serde_support"] }
pem = "1.1.0"
base64 = "0.13.0"
picky-asn1 = "0.3.0"
picky-asn1-der = "0.2.4"
picky-asn1-x509 = "0.6.1"
picky-asn1 = "0.7.2"
picky-asn1-der = "0.4.0"
picky-asn1-x509 = "0.11.0"
serde = "1.0.123"
sha2 = "0.9.9"
log = "0.4.14"
Expand Down

0 comments on commit fbbe42a

Please sign in to comment.