Migrate from failure to anyhow/thiserror (#273)

This commit is contained in:
Roey Darwish Dror
2019-12-11 23:05:38 +02:00
committed by GitHub
parent 1ea9b91e11
commit ba516aa1dd
22 changed files with 259 additions and 335 deletions

View File

@@ -13,8 +13,6 @@ readme = "README.md"
[dependencies]
directories = "2.0.1"
failure = "0.1.5"
failure_derive = "0.1.5"
serde = { version = "1.0.92", features = ["derive"] }
toml = "0.5.1"
which_crate = { version = "2.0.1", package = "which" }
@@ -34,6 +32,8 @@ openssl-probe = { version = "0.1.2", optional = true }
pretty_env_logger = "0.3.0"
glob = "0.3.0"
strum = { version = "0.16.0", features = ["derive"]}
thiserror = "1.0.9"
anyhow = "1.0.25"
[target.'cfg(unix)'.dependencies]
nix = "0.15.0"