From 826a6846d4e1109a7acfa1a989aa77533aa01fc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 07:48:46 -0500 Subject: [PATCH] chore(deps): update oauth2 requirement from 4.4.2 to 5.0.0 (#15) Updates the requirements on [oauth2](https://github.com/ramosbugs/oauth2-rs) to permit the latest version. - [Release notes](https://github.com/ramosbugs/oauth2-rs/releases) - [Commits](https://github.com/ramosbugs/oauth2-rs/compare/4.4.2...5.0.0) --- updated-dependencies: - dependency-name: oauth2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12f23f6..1bc46cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ serde_json = "1.0.107" thiserror = "2.0.0" [dev-dependencies] -oauth2 = { version = "4.4.2", default-features = false, features = [ +oauth2 = { version = "5.0.0", default-features = false, features = [ "reqwest", "rustls-tls", ] }