summaryrefslogtreecommitdiffstats
path: root/librepology/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-04-06 11:28:22 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-06 11:28:22 +0200
commitd1e8216530986a680f65d3faa02471251f868d34 (patch)
tree155fd7400100e872ab9ca5ac6e58c51b4c5ef589 /librepology/Cargo.toml
parentf27ff3c73f91e3c5821ed54bbc9b7e6f641dbf53 (diff)
parent9a4b7e674e1316a4506cb06e13135e10c875c6a4 (diff)
Merge branch 'failure-to-thiserror-anyhow'
Diffstat (limited to 'librepology/Cargo.toml')
-rw-r--r--librepology/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/librepology/Cargo.toml b/librepology/Cargo.toml
index 51afe45..fcbaa64 100644
--- a/librepology/Cargo.toml
+++ b/librepology/Cargo.toml
@@ -21,7 +21,7 @@ serde_derive = "1"
serde_json = "1"
url = "1.7"
url_serde = "0.2"
-failure = "0.1"
+thiserror = "1"
log = "0.4"
derive_more = "0.14"
derive-new = "0.5"