Bump minreq from 2.13.3 to 2.14.0

Bumps [minreq](https://github.com/neonmoe/minreq) from 2.13.3 to 2.14.0.
- [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.3...2.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-30 05:11:52 +00:00 committed by GitHub
parent d9aafdbb13
commit a74924eca0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1429,9 +1429,9 @@ dependencies = [
[[package]]
name = "minreq"
version = "2.13.3"
version = "2.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567496f13503d6cae8c9f961f34536850275f396307d7a6b981eef1464032f53"
checksum = "84885312a86831bff4a3cb04a1e54a3f698407e3274c83249313f194d3e0b678"
dependencies = [
"log",
"rustls 0.21.12",

View File

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