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"