summaryrefslogtreecommitdiff
path: root/autofeur_db/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'autofeur_db/Cargo.lock')
-rw-r--r--autofeur_db/Cargo.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/autofeur_db/Cargo.lock b/autofeur_db/Cargo.lock
index 1a40894..d2cfdd1 100644
--- a/autofeur_db/Cargo.lock
+++ b/autofeur_db/Cargo.lock
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-version = 3
+version = 4
[[package]]
name = "adler"
@@ -57,9 +57,9 @@ dependencies = [
"bincode",
"csv",
"hyper",
+ "hypher",
"itertools",
"kdam",
- "levenshtein",
"querystring",
"rand",
"reqwest",
@@ -543,6 +543,12 @@ dependencies = [
]
[[package]]
+name = "hypher"
+version = "0.1.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3b24ad5637230df201ab1034d593f1d09bf7f2a9274f2e8897638078579f4265"
+
+[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -645,12 +651,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
-name = "levenshtein"
-version = "1.0.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
-
-[[package]]
name = "libc"
version = "0.2.139"
source = "registry+https://github.com/rust-lang/crates.io-index"