Skip to content

Commit

Permalink
Bump psa-crypto
Browse files Browse the repository at this point in the history
Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
  • Loading branch information
gowthamsk-arm committed Oct 11, 2023
1 parent 3bcd732 commit 6678d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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.11.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

0 comments on commit 6678d2b

Please sign in to comment.