diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-26 20:43:01 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-26 20:43:01 +0000 |
| commit | 2ca98b571093a795d8d6d7b0f6d33b75196318e9 (patch) | |
| tree | e7f1963c07e74915f19a4b3dbe3ff103e4d8ab13 /crates | |
| parent | 29d6d47a01ac14f450a2f3665138f0e6370010f1 (diff) | |
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] <[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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
