Merge pull request #60 from shibedrill/dependabot/cargo/minreq-2.14.0

Bump minreq from 2.13.3 to 2.14.0
This commit is contained in:
August 2025-07-04 11:40:50 -04:00 committed by GitHub
commit 7b71980017
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"] }