diff --git a/Cargo.toml b/Cargo.toml index 63a17924bd..3015ce4bdd 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.31", default-features = false, features = ["clock"] } regex = { version = "1" } thiserror = { version = "1" } url = { version = "2" }