From f6f6efbd2ead705039d01633a8d08c8908824eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 04:25:59 +0000 Subject: [PATCH] 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] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33e3af1..3ee4ad0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index dc859c4..7f243d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }