Skip to content

Commit 01cda8c

Browse files
committed
Allow colored crate version 3
1 parent 12929b1 commit 01cda8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ appveyor = { repository = "lipanski/mockito", branch = "master", service = "gith
2020
[dependencies]
2121
assert-json-diff = "2.0"
2222
bytes = "1"
23-
colored = { version = "2.0", optional = true }
23+
colored = { version = ">=2.0, <=3", optional = true }
2424
futures-util = { version = "0.3", default-features = false }
2525
http = "1"
2626
http-body = "1"

0 commit comments

Comments
 (0)