aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-03-20 22:32:25 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-03-20 22:32:25 +0000
commit9edc6b3055f20635b4c903da0451073fd26562ae (patch)
tree868cf15935050fb1c1cf85d38a1ae72f4c850ca9 /Cargo.toml
parentMerge pull request #471 from svenstaro/show-hidden (diff)
downloadminiserve-9edc6b3055f20635b4c903da0451073fd26562ae.tar.gz
miniserve-9edc6b3055f20635b4c903da0451073fd26562ae.zip
Switch from failure to thiserror
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea065cb..a5b4fcd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ serde = { version = "1", features = ["derive"] }
tar = "0.4.33"
futures = "0.3.13"
libflate = "1"
-failure = "0.1.8"
+thiserror = "1"
log = "0.4.14"
strum = "0.20.0"
strum_macros = "0.20.1"