aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 80bfb9c..c0016a7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -390,9 +390,11 @@ version = "0.1.0"
390dependencies = [ 390dependencies = [
391 "anyhow", 391 "anyhow",
392 "hyper", 392 "hyper",
393 "lazy_static",
393 "log", 394 "log",
394 "multer", 395 "multer",
395 "nanoid", 396 "nanoid",
397 "pico-args",
396 "pretty_env_logger", 398 "pretty_env_logger",
397 "rusqlite", 399 "rusqlite",
398 "smol", 400 "smol",
@@ -694,6 +696,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 696checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
695 697
696[[package]] 698[[package]]
699name = "pico-args"
700version = "0.3.4"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "28b9b4df73455c861d7cbf8be42f01d3b373ed7f02e378d55fa84eafc6f638b1"
703
704[[package]]
697name = "pin-project" 705name = "pin-project"
698version = "0.4.23" 706version = "0.4.23"
699source = "registry+https://github.com/rust-lang/crates.io-index" 707source = "registry+https://github.com/rust-lang/crates.io-index"