chiark / gitweb /
bump deps: thiserror
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 15:14:00 +0000 (16:14 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 16:53:55 +0000 (17:53 +0100)
We need `#[from]`

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml

index aedfdde45b835ff1cfa03e98b73d0c4de1f22000..0a34825d44df4cc90148c7ff74a5fd4e0fa33ae6 100644 (file)
@@ -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"