From a80984d219322d7e6d342c9dfdb29c78f62955e8 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Sat, 15 Feb 2020 20:04:14 +0100 Subject: [PATCH] chore(version): Release 4.0.2 Update dependencies (#124) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a292909..e8ce625 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "yup-oauth2" -version = "4.0.1" +version = "4.0.2" authors = ["Sebastian Thiel ", "Lewin Bormann "] repository = "https://github.com/dermesser/yup-oauth2" description = "An oauth2 implementation, providing the 'device', 'service account' and 'installed' authorization flows"