Bump minreq from 2.13.0 to 2.13.3

Bumps [minreq](https://github.com/neonmoe/minreq) from 2.13.0 to 2.13.3.
- [Release notes](https://github.com/neonmoe/minreq/releases)
- [Changelog](https://github.com/neonmoe/minreq/blob/master/CHANGELOG.md)
- [Commits](https://github.com/neonmoe/minreq/compare/2.13.0...2.13.3)

---
updated-dependencies:
- dependency-name: minreq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-17 04:25:59 +00:00 committed by GitHub
parent 1d67d537cc
commit f6f6efbd2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -1417,12 +1417,11 @@ dependencies = [
[[package]]
name = "minreq"
version = "2.13.0"
version = "2.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36a8e50e917e18a37d500d27d40b7bc7d127e71c0c94fb2d83f43b4afd308390"
checksum = "567496f13503d6cae8c9f961f34536850275f396307d7a6b981eef1464032f53"
dependencies = [
"log",
"once_cell",
"rustls 0.21.12",
"rustls-webpki 0.101.7",
"webpki-roots 0.25.4",

View File

@ -29,4 +29,4 @@ tempfile = "3.15.0"
self-replace = "1.5.0"
zip = "2.2.2"
nix = { version = "0.29.0", features = ["process"] }
minreq = { version = "2.13.0", features = ["https"] }
minreq = { version = "2.13.3", features = ["https"] }