Merge pull request #39 from shibedrill/dependabot/cargo/minreq-2.13.3

Bump minreq from 2.13.0 to 2.13.3
This commit is contained in:
August 2025-03-17 13:14:52 +00:00 committed by GitHub
commit 055082c84b
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

@ -1429,12 +1429,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.19.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"] }