summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7054b2d..ce4a82a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ lazy_static = "1.4"
log = "0.4"
parse-display = "0.5"
pom = "3"
-ptree = "0.3"
+ptree = { git = "https://github.com/matthiasbeyer/ptree", branch = "maint" }
rayon = "1.5"
regex = "1"
reqwest = { version = "0.11", features = [ "stream" ] }