Skip to content

Commit

Permalink
Merge pull request #691 from anta5010/update-asn1
Browse files Browse the repository at this point in the history
Bump ASN1 crates dependencies
  • Loading branch information
anta5010 committed Aug 23, 2023
2 parents 5105861 + a8e73ad commit 339bfc8
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 88 deletions.
69 changes: 55 additions & 14 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 @@ -27,16 +27,16 @@ serde = { version = "1.0.123", features = ["derive"] }
env_logger = "0.8.3"
log = { version = "0.4.14", features = ["serde"] }
cryptoki = { version = "0.3.1", optional = true, features = ["psa-crypto-conversions"] }
picky-asn1-der = { version = "0.2.4", optional = true }
picky-asn1 = { version = "0.3.0", optional = true }
picky-asn1-der = { version = "0.4.0", optional = true }
picky-asn1 = { version = "0.7.2", optional = true }
tss-esapi = { version = "7.2.0", optional = true }
bincode = "1.3.1"
structopt = { version = "0.3.21", default-features = false}
derivative = "2.2.0"
hex = { version = "0.4.2", optional = true }
psa-crypto = { version = "0.10.0", default-features = false, features = ["operations"], optional = true }
zeroize = { version = "1.2.0", features = ["zeroize_derive"] }
picky-asn1-x509 = { version = "0.6.1", optional = true }
picky-asn1-x509 = { version = "0.11.0", optional = true }
libc = "0.2.86"
anyhow = "1.0.38"
rust-cryptoauthlib = { version = "0.4.4", optional = true }
Expand Down
Loading

0 comments on commit 339bfc8

Please sign in to comment.