diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-28 20:30:13 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-28 20:30:13 +0000 |
| commit | ee23c0fa5ba30c45a3e1c2b4753efb60b454e581 (patch) | |
| tree | 4897db626e43e1101426929d3917b9eebc18a949 | |
| parent | 35f9d5634450ed8fd6428b7d8b7f5c2b06d01a21 (diff) | |
crates: bump reqwest from 0.12.8 to 0.12.9 (#53)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.8 to 0.12.9.
- [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.8...v0.12.9)
---
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>
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1064,7 +1064,7 @@ name = "nixpkgs-tracker-http" version = "0.2.0" dependencies = [ "log", - "reqwest 0.12.8", + "reqwest 0.12.9", "serde", ] @@ -1369,9 +1369,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.8" +version = "0.12.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" +checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" dependencies = [ "base64 0.22.1", "bytes", |
