From 2ca98b571093a795d8d6d7b0f6d33b75196318e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:43:01 +0000 Subject: crates: bump reqwest from 0.12.6 to 0.12.7 (#39) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.6 to 0.12.7. - [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.6...v0.12.7) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- crates/nixpkgs-tracker-http/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1cfa54e..af23b09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1059,7 +1059,7 @@ name = "nixpkgs-tracker-http" version = "0.2.0" dependencies = [ "log", - "reqwest 0.12.6", + "reqwest 0.12.7", "serde", ] @@ -1380,9 +1380,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.6" +version = "0.12.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6f6ddd79dc661ade721873783d159ec87d91d556ce92933e342bae8b87c48c0" +checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63" dependencies = [ "base64 0.22.1", "bytes", diff --git a/crates/nixpkgs-tracker-http/Cargo.toml b/crates/nixpkgs-tracker-http/Cargo.toml index a480d38..3329d10 100644 --- a/crates/nixpkgs-tracker-http/Cargo.toml +++ b/crates/nixpkgs-tracker-http/Cargo.toml @@ -10,7 +10,7 @@ publish = false [dependencies] log.workspace = true -reqwest = { version = "0.12.6", default-features = false, features = [ +reqwest = { version = "0.12.7", default-features = false, features = [ "charset", "http2", "rustls-tls", -- cgit v1.2.3