summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock42
1 files changed, 13 insertions, 29 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8249cd4c..f9f2252f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -92,6 +92,7 @@ dependencies = [
"chrono",
"chrono-english",
"cli-table",
+ "crossbeam-channel",
"directories",
"eyre",
"fork",
@@ -100,11 +101,11 @@ dependencies = [
"itertools",
"log",
"pretty_env_logger",
- "rusqlite",
"serde 1.0.125",
"serde_derive",
"serde_json",
"structopt",
+ "tabwriter",
"termion",
"tokio",
"tui",
@@ -132,13 +133,13 @@ dependencies = [
"rand 0.8.3",
"reqwest",
"rmp-serde",
- "rusqlite",
"rust-crypto",
"serde 1.0.125",
"serde_derive",
"serde_json",
"shellexpand",
"sodiumoxide",
+ "sqlx",
"tokio",
"urlencoding",
"uuid",
@@ -607,18 +608,6 @@ dependencies = [
]
[[package]]
-name = "fallible-iterator"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
-
-[[package]]
-name = "fallible-streaming-iterator"
-version = "0.1.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
-
-[[package]]
name = "fern"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1818,21 +1807,6 @@ dependencies = [
]
[[package]]
-name = "rusqlite"
-version = "0.25.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fbc783b7ddae608338003bac1fa00b6786a75a9675fbd8e87243ecfdea3f6ed2"
-dependencies = [
- "bitflags",
- "fallible-iterator",
- "fallible-streaming-iterator",
- "hashlink",
- "libsqlite3-sys",
- "memchr",
- "smallvec",
-]
-
-[[package]]
name = "rust-argon2"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2116,6 +2090,7 @@ dependencies = [
"hmac",
"itoa",
"libc",
+ "libsqlite3-sys",
"log",
"md-5",
"memchr",
@@ -2235,6 +2210,15 @@ dependencies = [
]
[[package]]
+name = "tabwriter"
+version = "1.2.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "36205cfc997faadcc4b0b87aaef3fbedafe20d38d4959a7ca6ff803564051111"
+dependencies = [
+ "unicode-width",
+]
+
+[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"