summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-30 20:45:21 +0000
committerGitHub <[email protected]>2024-09-30 20:45:21 +0000
commit4e1fab6ff1d17a0fff50e1a87af8c0bbe8c075f9 (patch)
tree6f1808883d579cb9af6df8af3876170cd5642306 /crates
parent5bf86e458abc4a9b88840b547fc4b85e4798e4c2 (diff)
crates: bump reqwest from 0.12.7 to 0.12.8 (#50)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'crates')
-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 f05722a..ca95804 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.7", default-features = false, features = [
+reqwest = { version = "0.12.8", default-features = false, features = [
"charset",
"http2",
"rustls-tls",