summaryrefslogtreecommitdiff
path: root/crates/nixpkgs-tracker-http
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-19 20:25:42 +0000
committerGitHub <[email protected]>2024-08-19 20:25:42 +0000
commitca8427627cafac6b23a6a69b59e8f5add75a3a54 (patch)
tree3e1b937ce2e1cce9c173632342ab10e7ed2bc9ac /crates/nixpkgs-tracker-http
parentd11ff442b9c6e3fa898adb5e55d28afc11594687 (diff)
crates: bump reqwest from 0.12.5 to 0.12.6 (#35)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.5 to 0.12.6. - [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.5...v0.12.6) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'crates/nixpkgs-tracker-http')
-rw-r--r--crates/nixpkgs-tracker-http/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/nixpkgs-tracker-http/Cargo.toml b/crates/nixpkgs-tracker-http/Cargo.toml
index 45b897d..e588412 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.5", default-features = false, features = [
+reqwest = { version = "0.12.6", default-features = false, features = [
"charset",
"http2",
"rustls-tls",