chore: bump tss-esapi crate to 7.2

Bump the tss-esapi to 7.2 for CVE bits, add a generate bindings
feature to ensure it will build on all architectures.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
This commit is contained in:
Peter Robinson 2023-07-28 10:43:34 +01:00
parent ba331be121
commit afff5d8f53

View file

@ -11,7 +11,7 @@ license = "MIT"
[dependencies]
anyhow = "1"
tss-esapi = "7.0.0"
tss-esapi = { version = "7.2", features = ["generate-bindings"] }
serde = "1.0"
josekit = "0.7.4"
serde_json = "1.0"