From afff5d8f5379c59fb508d88c806bbe4b087cee29 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 28 Jul 2023 10:43:34 +0100 Subject: [PATCH] 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7bc507..d805a01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"