From ae4ba285f16e6f59779db4cfd03e4af7374e9a18 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 5 Mar 2020 16:37:57 +0100 Subject: net: Define net::Error using thiserror. --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index e89b5ae2..b83c74b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1641,6 +1641,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-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)", "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", -- cgit v1.2.3