diff --git a/Cargo.toml b/Cargo.toml index 2b2e6e1f..c552a846 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ default = ["termcolor", "local-offset"] local-offset = ["time/local-offset"] [dependencies] -log = { version = "0.4.*", features = ["std"] } +log = { version = "0.4", features = ["std"] } termcolor = { version = "1.1", optional = true } paris = { version = "~1.5.12", optional = true } ansi_term = { version = "0.12", optional = true }