Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
[[package]]
name = "thiserror"
-version = "1.0.69"
+version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
+checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.69"
+version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
+checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
dependencies = [
"proc-macro2",
"quote",
sha2 = "0.10"
subtle = "2"
syslog = ">=6, <8"
-thiserror = "1.0.2"
+thiserror = ">=1.0.2, <3"
tokio = { version = "1.7", features = ["full"] }
void = "1"