summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"