From 7eae21053c74bf12609e06944871a9bb8dab22cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:49:30 +0000 Subject: [PATCH] chore(deps): update rust crate chrono to v0.4.34 (#757) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- cctui/Cargo.lock | 4 ++-- cctui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cctui/Cargo.lock b/cctui/Cargo.lock index d91e2057..829b040b 100644 --- a/cctui/Cargo.lock +++ b/cctui/Cargo.lock @@ -173,9 +173,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.33" +version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" +checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/cctui/Cargo.toml b/cctui/Cargo.toml index cfb85849..a2d8d58f 100644 --- a/cctui/Cargo.toml +++ b/cctui/Cargo.toml @@ -15,7 +15,7 @@ circle-ci = { repository = "TheKevJames/tools", branch = "master" } maintenance = { status = "actively-developed" } [dependencies] -chrono = "=0.4.33" +chrono = "=0.4.34" config = { version = "=0.14.0", features = ["yaml"] } crossterm = "=0.27.0" fern = "=0.6.2"