summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c104844..fd4ba44 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -784,9 +784,9 @@ dependencies = [
[[package]]
name = "http_req"
-version = "0.10.1"
+version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a536d8715c89f5647abd1563c490b75a76221de4b57833a1f243cf5c5fe7860c"
+checksum = "90394b01e9de1f7eca6ca0664cc64bd92add9603c1aa4f961813f23789035e10"
dependencies = [
"native-tls",
"unicase",
diff --git a/Cargo.toml b/Cargo.toml
index 74a9e3d..af60e50 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,5 +62,5 @@ rstest = "0.18.2"
[target.'cfg(target_os = "windows")'.build-dependencies]
anyhow = "1.0.75"
-http_req = "0.10.1"
+http_req = "0.10.2"
zip = "0.6.6"