From 41f082d582a42fc212859a4c780d5d11b825715e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Jun 2023 16:14:00 +0100 Subject: [PATCH] bump deps: thiserror We need `#[from]` Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2