From ff829b589fd067535c76a05bbcfdbe8b1dc35835 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 01:27:43 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6f44fc..f7795b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ segment_history = [] [dependencies] byteorder = "1.5.0" -chrono = "0.4.33" +chrono = "0.4.34" crc32fast = "1.3.2" crossbeam-skiplist = "0.1.3" fs_extra = "1.3.0"