Skip to content

Commit

Permalink
Merge pull request #718 from gowthamsk-arm/bump_psa_crypto
Browse files Browse the repository at this point in the history
Bump psa-crypto and interface crates
  • Loading branch information
tgonzalezorlandoarm authored Oct 17, 2023
2 parents 3bcd732 + a09462f commit e987290
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 221 deletions.
100 changes: 18 additions & 82 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 @@ -15,7 +15,7 @@ name = "parsec"
path = "src/bin/main.rs"

[dependencies]
parsec-interface = "0.28.0"
parsec-interface = "0.29.1"
rand = { version = "0.8.3", features = ["small_rng"], optional = true }
base64 = "0.21.0"
threadpool = "1.8.1"
Expand All @@ -28,12 +28,12 @@ log = { version = "0.4.14", features = ["serde"] }
cryptoki = { version = "0.6.0", optional = true, default-features = false }
picky-asn1-der = { version = "0.4.0", optional = true }
picky-asn1 = { version = "0.8.0", optional = true }
tss-esapi = { version = "7.3.0", optional = true }
tss-esapi = { version = "7.4.0", optional = true }
bincode = "1.3.1"
structopt = { version = "0.3.26", 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 }
psa-crypto = { version = "0.12.0", default-features = false, features = ["operations","std"], optional = true }
zeroize = { version = "1.2.0", features = ["zeroize_derive"] }
picky-asn1-x509 = { version = "0.12.0", optional = true }
libc = "0.2.86"
Expand Down
Loading

0 comments on commit e987290

Please sign in to comment.