summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-10-06 09:00:00 +0300
committerLars Wirzenius <liw@liw.fi>2022-10-06 09:04:41 +0300
commitbd46378ac4b20701bb9b105c1227074c2e1bf0e0 (patch)
treec3d29d9b968c6fe6e9a10de174c55f17ed724d5f /Cargo.lock
parent8246e3b8f6982410f255953aa6e210a35f88ca3f (diff)
downloadcachedir-rs-bd46378ac4b20701bb9b105c1227074c2e1bf0e0.tar.gz
refactor: use custom error type instead of anyhow
This is tidier and less magic. Sponsored-by: author
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 22bc468..6064ce6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -101,11 +101,11 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
name = "cachedir"
version = "0.1.0"
dependencies = [
- "anyhow",
"clap 3.1.9",
"fehler",
"subplot-build",
"subplotlib",
+ "thiserror",
"walkdir",
]
@@ -1286,18 +1286,18 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
[[package]]
name = "thiserror"
-version = "1.0.30"
+version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
+checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.30"
+version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
+checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
dependencies = [
"proc-macro2",
"quote",