From: Ian Jackson Date: Thu, 15 Jun 2023 15:14:00 +0000 (+0100) Subject: bump deps: thiserror X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=41f082d582a42fc212859a4c780d5d11b825715e;p=hippotat.git bump deps: thiserror We need `#[from]` Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index aedfdde..0a34825 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,6 +58,6 @@ regex = "1.5" sha2 = "0.10" subtle = "2" syslog = "6" -thiserror = "1" +thiserror = "1.0.2" tokio = { version = "1", features = ["full"] } void = "1"