summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-03-05 16:38:37 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-03-09 11:52:38 +0100
commita206235113bdb10e0d971c83f070dcf83875c47e (patch)
tree4fe55aae108580039dbacc4815f2a436375841d8 /Cargo.lock
parentae4ba285f16e6f59779db4cfd03e4af7374e9a18 (diff)
store: Define store::Error using thiserror.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b83c74b6..bf5427f0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1711,6 +1711,7 @@ dependencies = [
"sequoia-ipc 0.15.0",
"sequoia-net 0.15.0",
"sequoia-openpgp 0.15.0",
+ "thiserror 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
]