From f2f388e0bb0cf712642ac7d68bbdc4bbb5692c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:31:10 +0000 Subject: [PATCH] Bump http_req from 0.10.0 to 0.10.1 Bumps [http_req](https://github.com/jayjamesjay/http_req) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/jayjamesjay/http_req/releases) - [Commits](https://github.com/jayjamesjay/http_req/compare/v0.10.0...v0.10.1) --- updated-dependencies: - dependency-name: http_req 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 19fb026..f5d7aaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -312,9 +312,9 @@ dependencies = [ [[package]] name = "http_req" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "158d4edacc70c9bdb0464314063b8d9d60fa776442dc13b00a13581b88b0a0a0" +checksum = "a536d8715c89f5647abd1563c490b75a76221de4b57833a1f243cf5c5fe7860c" dependencies = [ "rustls", "rustls-pemfile", diff --git a/Cargo.toml b/Cargo.toml index a1a70bd..0fa52cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ panic = "abort" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -http_req = { version = "0.10.0", default-features = false, features = [ +http_req = { version = "0.10.1", default-features = false, features = [ "rust-tls", ] } sha1_smol = "1.0.0"