From 0763ea8c6e8c1518406554345ebb1d883d38bdd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:29:01 +0000 Subject: [PATCH] chore(deps): bump minreq from 2.11.0 to 2.11.1 Bumps [minreq](https://github.com/neonmoe/minreq) from 2.11.0 to 2.11.1. - [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.11.0...2.11.1) --- updated-dependencies: - dependency-name: minreq dependency-type: direct:production update-type: version-update:semver-patch ... 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 807456e..61029b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,9 +342,9 @@ dependencies = [ [[package]] name = "minreq" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb3371dfc7b772c540da1380123674a8e20583aca99907087d990ca58cf44203" +checksum = "00a000cf8bbbfb123a9bdc66b61c2885a4bb038df4f2629884caafabeb76b0f9" dependencies = [ "log", ] diff --git a/Cargo.toml b/Cargo.toml index a263685..682443c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4.5.4", features = ["derive"] } home = "0.5.9" ico = "0.3.0" local-ip-address = "0.6.1" -minreq = "2.11.0" +minreq = "2.11.1" pelite = "0.10.0" urlencoding = "2.1.3"