From d5f2f4b79c6aca8c328a919ea4f7ab6e6dad26da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:39:39 +0000 Subject: [PATCH] build(deps): bump reqwest from 0.12.7 to 0.12.8 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.7 to 0.12.8. - [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.12.7...v0.12.8) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bf8ec8..3db5623 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1158,9 +1158,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.7" +version = "0.12.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63" +checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" dependencies = [ "async-compression", "base64", diff --git a/Cargo.toml b/Cargo.toml index adaaece..cf7a8c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ console = { version = "0.15.8" } dirs = { version = "5.0.1" } dialoguer = { version = "0.11.0" } json5 = "0.4.1" -reqwest = { version = "0.12.7", default-features = false, features = [ +reqwest = { version = "0.12.8", default-features = false, features = [ "brotli", "charset", "cookies",