diff --git a/Cargo.toml b/Cargo.toml index dac05a2..b20cade 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"