summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2659c95..a679840 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -96,9 +96,6 @@ replace = """
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/{{tag_name}}...HEAD"""
search = "<!-- next-url -->"
-[dependencies.anstyle]
-version = "1.0.0"
-
[dependencies.difflib]
version = "0.4"
optional = true
@@ -121,6 +118,9 @@ version = "1.0"
version = "1.0"
optional = true
+[dependencies.termcolor]
+version = "1.2.0"
+
[dev-dependencies.predicates-tree]
version = "1.0"