From 9d13773c7b72ff12a2f229490e6f559c47494ccc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 10:48:42 +0000 Subject: [PATCH] chore(deps): update rust crate chrono to 0.4.30 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ea444bc..30cc2bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -chrono = { version = "0.4.22", features = [] } +chrono = { version = "0.4.30", features = [] } rustc_version = "0.4" [dependencies] @@ -19,7 +19,7 @@ anyhow = "1.0.66" base16ct = { version = "0.1.1", features = ["alloc"] } bincode = "1.3.3" bytes = { version = "1.2.1", features = ["serde"] } -chrono = { version = "0.4.22", features = ["serde"] } +chrono = { version = "0.4.30", features = ["serde"] } clap = { version = "4.0.20", features = ["derive", "env"] } colored = "2.0.0" config = "0.13.2"