summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-03-05 19:48:58 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-03-05 19:48:58 +0100
commit07f108e1d25da387735ce2ddca04a768a2739d9f (patch)
tree3b19df5d2c22d8954b446f22f014e50dea33876a /Cargo.toml
parent0b9130fd4e0a85e9603f2eee4678a6326aaf87c4 (diff)
Replace failure with thiserror
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 0953dcf..313669a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ repository = "https://github.com/matthiasbeyer/kairos"
chrono = "0.4"
nom = "3.2"
iso8601 = "0.2"
-failure = "0.1"
+thiserror = "1"
filters = { version = "0.3", optional = true }