From ccc7a94d563c9bf4ad278390617569ad79083e50 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 22 Jul 2020 17:21:35 +0200 Subject: [PATCH] Use biscuit 0.5.0-beta2 Signed-off-by: Patrick Uiterwijk --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7854471..bb29eb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,6 @@ edition = "2018" [dependencies] tss-esapi = "4.0.5-alpha.1" serde = "1.0" -biscuit = { git = "https://github.com/lawliet89/biscuit", branch = "master" } +biscuit = "0.5.0-beta2" serde_json = "1.0" base64 = "0.12.1"