diff --git a/Cargo.toml b/Cargo.toml index 1b2d9c2..bcf522f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ thiserror = "1.0.40" anyhow = "1.0.71" once_cell = "1.18.0" duct = "0.13.6" -chrono = { version = "0.4.26", default-features = false, features = ["serde", "clock", "std", "time"] } +chrono = { version = "0.4.31", default-features = false, features = ["serde", "clock", "std", "time"] } jwalk = "0.8.1" regex = "1.8.4"