summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-01 10:54:07 +0800
committerGitHub <noreply@github.com>2024-01-01 10:54:07 +0800
commitb85f509413e549b0b4ac6a98e78cc85442b07e01 (patch)
tree395160b2660043e98a953d76075b07476dd74e6a /Cargo.lock
parent8952441ff00a2d35243093e8b835ea98f9ba122c (diff)
chore(deps): bump http_req from 0.10.1 to 0.10.2 (#344)
Bumps [http_req](https://github.com/jayjamesjay/http_req) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/jayjamesjay/http_req/releases) - [Commits](https://github.com/jayjamesjay/http_req/compare/v0.10.1...v0.10.2) --- 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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 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",