summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 10:02:23 +0200
commitfa33e261b72b74716d0c3156f6b6b8ec0b085542 (patch)
tree8eebf2f6fed2b25baa27f53bcb00b1329449cd33 /Cargo.toml
parent4a13f4ce2efb88d170fff0790f6062a866dd1a46 (diff)
Revert "Replace "ptree" with maintenance fork"
This reverts commit a73b2d0d04fddbfe69e0872b6856b112ebec6d71. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> (cherry picked from commit b20a799090c19b3c7a18dd276f96cd2a40ac0145)
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 3d6bb66..1955c61 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" ] }