From e6b5135c4bb6213fbd099b2f0197ef5ebc3a0f29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 07:03:51 +0000 Subject: [PATCH] chore(deps): update termtree requirement from 0.3 to 0.4 Updates the requirements on [termtree](https://github.com/rust-cli/termtree) to permit the latest version. - [Release notes](https://github.com/rust-cli/termtree/releases) - [Changelog](https://github.com/rust-cli/termtree/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/termtree/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: termtree dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/tree/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tree/Cargo.toml b/crates/tree/Cargo.toml index d7bbfb2..4ad94c1 100644 --- a/crates/tree/Cargo.toml +++ b/crates/tree/Cargo.toml @@ -21,7 +21,7 @@ include = [ [dependencies] predicates-core = { version = "1.0", path = "../core" } -termtree = "0.3" +termtree = "0.4" [dev-dependencies] predicates = { version = "2.0", path = "../..", features = ["color-auto"] }