From 352c6b683395ff977d3bf5964772f6e260d81993 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 07:00:22 +0000 Subject: [PATCH] Bump oauth2 from 4.0.0-alpha.3 to 4.0.0-alpha.4 Bumps [oauth2](https://github.com/ramosbugs/oauth2-rs) from 4.0.0-alpha.3 to 4.0.0-alpha.4. - [Release notes](https://github.com/ramosbugs/oauth2-rs/releases) - [Commits](https://github.com/ramosbugs/oauth2-rs/compare/4.0.0-alpha.3...4.0.0-alpha.4) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e623177..98ab61d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1704,9 +1704,9 @@ dependencies = [ [[package]] name = "oauth2" -version = "4.0.0-alpha.3" +version = "4.0.0-alpha.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14be0cf9da49c1a5b2909ec626949dc549e0adda4e9e7f26e4908f08a5435227" +checksum = "2f02d3f0f6fd207564c613c8883f4b6654c81da872a386c16e06866498716515" dependencies = [ "base64 0.12.3", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4bb959f..dcbbb2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ tera = "1.6.1" tide-tera = "0.2.3" # AUTH CRATES -oauth2 = { version = "4.0.0-alpha.3" } +oauth2 = { version = "4.0.0-alpha.4" } tide-secure-cookie-session = { git = "https://github.com/pepoviola/tide-secure-cookie-session.git", branch = "bump-tide-0.15" } surf = { version = "2.1.0" } failure = "0.1.8"