From b20a799090c19b3c7a18dd276f96cd2a40ac0145 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 19 Oct 2021 09:12:43 +0200 Subject: Revert "Replace "ptree" with maintenance fork" This reverts commit a73b2d0d04fddbfe69e0872b6856b112ebec6d71. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] } -- cgit v1.2.3