From 9f19dfa344979e64270da076edb18f89456625da Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 3 Dec 2020 16:59:52 +0100 Subject: [PATCH] Rebase on tpm2-policy 0.3.1 for a fix Signed-off-by: Patrick Uiterwijk --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 122a229..635a4a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ biscuit = "0.5.0-beta2" serde_json = "1.0" base64 = "0.12.1" atty = "0.2.14" -tpm2-policy = "0.3.0" +tpm2-policy = "0.3.1"