summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-01-10 19:23:39 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-05-09 10:41:08 +0200
commit96207596240651cde1f7c19bcb12ba2575a980eb (patch)
treed6a948237cfbeda1b14b3735c83748fef7fc56b7 /Cargo.toml
parentba67e24138368d0c36f22fa9fab15604a0f5e94c (diff)
Switch to thiserror
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 98b0ff2..40da6c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,8 +10,7 @@ license = "MPL-2.0"
repository = "https://github.com/matthiasbeyer/serde-select"
[dependencies]
-failure = "0.1"
-failure_derive = "0.1"
+thiserror = "1"
serde = "1"
regex = "1.0"
log = "0.4"