summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2022-02-04 16:42:56 +0000
committerTimo Kösters <timo@koesters.xyz>2022-02-04 16:42:56 +0000
commitdffa5570e7573b768fdacf8e136405f5262a5db7 (patch)
tree8e4dd8c6998f50ceac7756c242af744b2747c5b6 /Cargo.lock
parentf35ad276279b15458af1bb27aead220d19968b96 (diff)
parentdd03608f173b1cc450183eae2b2be46684e868fb (diff)
downloadconduit-dffa5570e7573b768fdacf8e136405f5262a5db7.zip
Merge branch 'emptysearchcrash' into 'next'
fix: crash on empty search Closes #190 See merge request famedly/conduit!286
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 209adea..859564b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2018,7 +2018,7 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.11.9"
-source = "git+https://github.com/niuhuan/reqwest?branch=dns-resolver-fn#57b7cf4feb921573dfafad7d34b9ac6e44ead0bd"
+source = "git+https://github.com/timokoesters/reqwest?rev=57b7cf4feb921573dfafad7d34b9ac6e44ead0bd#57b7cf4feb921573dfafad7d34b9ac6e44ead0bd"
dependencies = [
"base64 0.13.0",
"bytes",