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:
parent
1d67d537cc
commit
f6f6efbd2e
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user