From 5035966c2ed5da95740e9130e8c104221e51b87a Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 5 Mar 2020 16:36:46 +0100 Subject: ipc: Define ipc's Errors using thiserror. --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index eb0cd5b0..e89b5ae2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1619,6 +1619,7 @@ dependencies = [ "sequoia-core 0.15.0", "sequoia-openpgp 0.15.0", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (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)", -- cgit v1.2.3