diff --git a/Cargo.toml b/Cargo.toml index 91f8f358..f5dfe3d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ actix-http = "3.5.1" actix-service = "2.0.2" actix-web = "4.4.1" ahash = { version = "0.8.7", features = ["std", "serde", "runtime-rng"] } -chrono = { version = "0.4.31", features = ["alloc", "std", "clock", "serde", "unstable-locales"] } +chrono = { version = "0.4.32", features = ["alloc", "std", "clock", "serde", "unstable-locales"] } clap = { version = "4.4.18", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } comrak = { version = "0.19.0", features = ["syntect", "shortcodes"] } derive_more = { version = "0.99.17", features = ["default", "convert_case", "generate-parsing-rs", "testing-helpers", "nightly", "peg", "rustc_version" ] }