diff --git a/Cargo.toml b/Cargo.toml index f4910cf526..c634212568 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ serde_json = "1" # "stdlib" bytes = { version = "1" } -chrono = { version = "0.4", default-features = false, features = ["clock"] } +chrono = { version = "=0.4.30", default-features = false, features = ["clock"] } regex = { version = "1" } thiserror = { version = "1" } url = { version = "2" }