From c0bbe47b14172c809cab1fb1b2f326d9b184d5d2 Mon Sep 17 00:00:00 2001 From: null Date: Wed, 6 Mar 2024 14:15:30 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.35 Signed-off-by: null --- Cargo.lock | 4 ++-- lib/Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8402e2cc..1944bafb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -328,9 +328,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" -version = "0.4.34" +version = "0.4.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" +checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a79a260c..6491bc33 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -16,7 +16,7 @@ anstyle = "1.0.6" anyhow = "1.0" camino = { version = "1.1.6", features = ["serde1"] } ostree-ext = { version = "0.13.2" } -chrono = { version = "0.4.34", features = ["serde"] } +chrono = { version = "0.4.35", features = ["serde"] } clap = { version= "4.5", features = ["derive"] } clap_mangen = { version = "0.2", optional = true } cap-std-ext = "4" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 3fd2ec3e..80739171 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -14,7 +14,7 @@ path = "src/xtask.rs" [dependencies] anyhow = "1.0.80" camino = "1.1" -chrono = { version = "0.4.34", default_features = false, features = ["std"] } +chrono = { version = "0.4.35", default_features = false, features = ["std"] } fn-error-context = "0.2.1" tempfile = "3.10" mandown = "0.1"