Skip to content

Commit

Permalink
Bump ASN1 crates dependencies
Browse files Browse the repository at this point in the history
picky-asn1 0.7.2 contains a fix for occasional incorrect ASN1 Integer builds:
Devolutions/picky-rs#209

Fixes: #101

Signed-off-by: Anton Antonov <[email protected]>
  • Loading branch information
anta5010 committed Aug 21, 2023
1 parent 9f806db commit 86b33b6
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 86b33b6

Please sign in to comment.