From fddacdfb6abe3ffafb0ce344c36313feb8ef469b Mon Sep 17 00:00:00 2001 From: Matthew Scheirer Date: Thu, 4 Jan 2018 13:21:54 -0500 Subject: [PATCH] Update deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f229ac8..4bf58ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["sync", "authentication", "client", "reqwest", readme = "README.md" [dependencies] -base64 = "0.7" +base64 = "0.9" biscuit = { git = "https://github.com/Korvox/biscuit" } chrono = "0.4" inth-oauth2 = "0.15"