From 46709b29636f3e0b28bfcf2830e10f9ee15fefe4 Mon Sep 17 00:00:00 2001 From: "David A. Ramos" Date: Fri, 29 Apr 2022 18:25:10 -0700 Subject: [PATCH] Bump oauth2 dependency to 4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 051d9eb8..65814c8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ thiserror = "1.0" http = "0.2" itertools = "0.10" log = "0.4" -oauth2 = { version = "4.1", default-features = false } +oauth2 = { version = "4.2", default-features = false } rand = "0.8" ring = "0.16" serde = "1.0"