From a73b2d0d04fddbfe69e0872b6856b112ebec6d71 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 19 Oct 2021 08:26:15 +0200 Subject: Replace "ptree" with maintenance fork Because ptree 0.3.2 dependends on crates that have security advisories (down the dependency chain), we depend on a fork of ptree now, which updates these dependencies. We hope that this resolves the advisories for us. This patch shall be reverted as soon as ptree 0.4.0 (with updated dependencies) is published. Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] } -- cgit v1.2.3