From 6b627bba65677f82bc6391d95db69dba25f01c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:28:50 +0000 Subject: [PATCH] build(deps): bump http_req from 0.10.3 to 0.11.0 Bumps [http_req](https://github.com/jayjamesjay/http_req) from 0.10.3 to 0.11.0. - [Release notes](https://github.com/jayjamesjay/http_req/releases) - [Commits](https://github.com/jayjamesjay/http_req/compare/v0.10.3...v0.11.0) --- updated-dependencies: - dependency-name: http_req dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- nj-build/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bbbfafa..0279ebb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -670,9 +670,9 @@ checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" [[package]] name = "http_req" -version = "0.10.3" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d9a9b34d2d0a2440774af1b1c09b045fe82ccdc4f4f37d089fbc4cc8a03104e" +checksum = "cd68fe813419e7fd8982607f1b39e2a393226a98cf4cc905e716ba328e2a488f" dependencies = [ "native-tls", "unicase", diff --git a/nj-build/Cargo.toml b/nj-build/Cargo.toml index 4788b4d9..646ad09e 100644 --- a/nj-build/Cargo.toml +++ b/nj-build/Cargo.toml @@ -8,5 +8,5 @@ repository = "https://github.com/infinyon/node-bindgen" license = "Apache-2.0" [target.'cfg(windows)'.dependencies] -http_req = "0.10.0" +http_req = "0.11.0" cc = "1.0.58"