Migrate from failure to anyhow/thiserror (#273)
This commit is contained in:
committed by
GitHub
parent
1ea9b91e11
commit
ba516aa1dd
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user