From b8313a0bf9fe5612816aecfd1db08e84feb62e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 21:52:59 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.11.22 to 0.12.0 Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.22...v0.12.0) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b984e12..8449621 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" [dependencies] getset = "0.1.2" nutype = { version = "0.4.0", features = ["serde"] } -reqwest = { version = "0.11.22", default-features = false, features = ["json"] } +reqwest = { version = "0.12.0", default-features = false, features = ["json"] } serde = { version = "1.0.189", features = ["derive"] } serde_json = "1.0.107" thiserror = "1.0.50" @@ -22,7 +22,7 @@ oauth2 = { version = "4.4.2", default-features = false, features = [ "reqwest", "rustls-tls", ] } -reqwest = { version = "0.11.22", default-features = false, features = [ +reqwest = { version = "0.12.0", default-features = false, features = [ "rustls-tls", "json", ] }