summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-10-19 09:12:43 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-10-19 09:19:57 +0200
commitb20a799090c19b3c7a18dd276f96cd2a40ac0145 (patch)
treeac8b477831c96d9e8a5b9db9e7959bea544b85f3
parentb3a380c5cbca3be1a9a455fb8afe1983cb742a81 (diff)
Revert "Replace "ptree" with maintenance fork"
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ce4a82a..7054b2d 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 = { git = "https://github.com/matthiasbeyer/ptree", branch = "maint" }
+ptree = "0.3"
rayon = "1.5"
regex = "1"
reqwest = { version = "0.11", features = [ "stream" ] }