diff --git a/Cargo.toml b/Cargo.toml index b9b567c..7e67b06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ thiserror = { version = "1.0.56", optional = true } num = { version = "0.4", optional = true } num-derive = { version = "0.4", optional = true } num-traits = { version = "0.2", optional = true } -chrono = { version = "0.4.31", optional = true } +chrono = { version = "0.4.32", optional = true } # Edit `Makefile` and `src/lib.src` after making changes in this section: [features]