From 77363f306409a25286174b9a470f59edb031c704 Mon Sep 17 00:00:00 2001 From: "David A. Ramos" Date: Mon, 16 Sep 2024 14:12:09 -0700 Subject: [PATCH] Bump oauth2 to 5.0.0-rc.1 --- Cargo-1.65.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo-1.65.lock b/Cargo-1.65.lock index 3c4e26f..b3af557 100644 --- a/Cargo-1.65.lock +++ b/Cargo-1.65.lock @@ -1041,9 +1041,9 @@ dependencies = [ [[package]] name = "oauth2" -version = "5.0.0-alpha.4" +version = "5.0.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "098af5a5110b4deacf3200682963713b143ae9d28762b739bdb7b98429dfaf68" +checksum = "23d385da3c602d29036d2f70beed71c36604df7570be17fed4c5b839616785bf" dependencies = [ "base64", "chrono", diff --git a/Cargo.toml b/Cargo.toml index aedacad..8a51db2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ thiserror = "1.0" http = "1.0" itertools = "0.10" log = "0.4" -oauth2 = { version = "=5.0.0-alpha.4", default-features = false } +oauth2 = { version = "5.0.0-rc.1", default-features = false } rand = "0.8.5" hmac = "0.12.1" rsa = "0.9.2"