Skip to content

Commit

Permalink
Revert colored crate version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
lipanski committed Feb 28, 2024
1 parent 482eed9 commit 1415702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ appveyor = { repository = "lipanski/mockito", branch = "master", service = "gith

[dependencies]
assert-json-diff = "2.0"
colored = { version = "~2.0", optional = true }
colored = { version = "2.0", optional = true }
futures-core = "0.3"
hyper = { version = "0.14", features = ["http1", "http2", "server", "stream"] }
log = "0.4"
Expand Down

0 comments on commit 1415702

Please sign in to comment.