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

Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
  • Loading branch information
anta5010 committed Aug 21, 2023
1 parent 51c707b commit 23d024a
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 17 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

0 comments on commit 23d024a

Please sign in to comment.