chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96035f0
)
bump deps: thiserror
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 15:14:00 +0000
(16:14 +0100)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index aedfdde45b835ff1cfa03e98b73d0c4de1f22000..0a34825d44df4cc90148c7ff74a5fd4e0fa33ae6 100644
(file)
--- 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"