summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9bfb430..6d5dc03 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -775,6 +775,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
+name = "hex-literal"
+version = "0.4.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
+
+[[package]]
name = "hi"
version = "0.1.0"
dependencies = [
@@ -787,6 +793,7 @@ dependencies = [
"faker_rand",
"futures",
"headers",
+ "hex-literal",
"itertools",
"libsqlite3-sys",
"password-hash",