summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-01 10:24:28 +0800
committerGitHub <noreply@github.com>2023-11-01 10:24:28 +0800
commit624ce926a9bd6c17fd4804fb10f72c61589ae89a (patch)
tree8185104c4164756107de85e87e068e830748f22c
parentc15d6c3eab75481afa2442d398f18462efc567e2 (diff)
chore(deps): bump http_req from 0.10.0 to 0.10.1 (#324)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 72a3605..1c59107 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -755,9 +755,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 = [
"native-tls",
"unicase",
diff --git a/Cargo.toml b/Cargo.toml
index dd9afed..272b408 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,5 +61,5 @@ rstest = "0.18.2"
[target.'cfg(target_os = "windows")'.build-dependencies]
anyhow = "1.0.75"
-http_req = "0.10.0"
+http_req = "0.10.1"
zip = "0.6.6"