diff --git a/Cargo.toml b/Cargo.toml index 9d8995a6a..1668f1080 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ cfg-if = "1.0" once_cell = "1.16" # Time crate -chrono = { version = "0.4" } +chrono = { version = "~0.4.27" } # Encoding and Serializing Crates serde = { version = "1.0", features = ["derive", "rc"] }