summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-05-26 07:50:52 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2020-05-26 08:11:26 +0200
commitbd17fd571f99d52b4d76a24aee719dcd89a0244d (patch)
treea27f41c940bae0bd194da3b43e232d1d69a9b70c /Cargo.toml
parent3f6e88b4be22d71e3417ed09e3b7dee6516e1dbb (diff)
Switch from path-absolutize to path_abs
closes #1022
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 23424fc4..45842834 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ globset = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
semver = "0.9"
-path-absolutize = "1.2.0"
+path_abs = { version = "0.5", default-features = false }
[dependencies.git2]
version = "0.13"