From 427ad49a038313ec8b35a21f07f7b57599f6851c Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 2 May 2024 11:08:20 +0100 Subject: [PATCH] chore: Bump tss-esapi to 7.5 Update to the latest tss-esapi. Signed-off-by: Peter Robinson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3efc459..803ab79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" [dependencies] anyhow = "1" -tss-esapi = { version = "7.2", features = ["generate-bindings"] } +tss-esapi = { version = "7.5", features = ["generate-bindings"] } serde = "1.0" josekit = "0.7.4" serde_json = "1.0"