From 6e6caa1a53b2bee6948c71a73d0406fef160258b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:46:03 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.32 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 429d269..ef2a9bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ segment_history = [] [dependencies] byteorder = "1.5.0" -chrono = "0.4.31" +chrono = "0.4.32" crc32fast = "1.3.2" crossbeam-skiplist = "0.1.3" fs_extra = "1.3.0"