From 1872f48ed094fc1ec71a68faf3bf9ebd1e893085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:45:20 +0000 Subject: [PATCH] chore(deps): bump minreq from 2.10.0 to 2.11.0 Bumps [minreq](https://github.com/neonmoe/minreq) from 2.10.0 to 2.11.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.10.0...2.11.0) --- updated-dependencies: - dependency-name: minreq 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 10b8a7b..c460466 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,9 +249,9 @@ dependencies = [ [[package]] name = "minreq" -version = "2.10.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "731ff3277257ac76a410e8e2e2465afb7a5e6a1d13bb68d306d97bf96605546c" +checksum = "cb3371dfc7b772c540da1380123674a8e20583aca99907087d990ca58cf44203" dependencies = [ "log", ] diff --git a/Cargo.toml b/Cargo.toml index 6f54199..409cef4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4.4.6", features = ["derive"] } home = "0.5.5" ico = "0.3.0" local-ip-address = "0.5.4" -minreq = "2.10.0" +minreq = "2.11.0" pelite = "0.10.0" urlencoding = "2.1.3"