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> --- crates/nixpkgs-tracker-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') 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