diff --git a/Cargo.toml b/Cargo.toml index 385587e..7aba0fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ name = "chrono" time = "0.1" num = { version = "0.1", default-features = false } rustc-serialize = { version = "0.3", optional = true } -serde = { version = "^0.7.0", optional = true } +serde = { version = "<0.9", optional = true } [dev-dependencies] -serde_json = { version = "^0.7.0" } +serde_json = { version = ">=0.7.0" }