From a74924eca044e12ae3df13a437dfc50a9ab70933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 05:11:52 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eaadb6e..7e7447e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index eb3589f..93355b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }