From 9f42605ba36b3c0aa5b74668c877e1bbeef1f40e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 07:01:30 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.33 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- lib/Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 624e5fa4b..364f8e4bb 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -16,7 +16,7 @@ anstyle = "1.0.6" anyhow = "1.0" camino = { version = "1.0.4", features = ["serde1"] } ostree-ext = { version = "0.13" } -chrono = { version = "0.4.23", features = ["serde"] } +chrono = { version = "0.4.33", features = ["serde"] } clap = { version= "4.2", features = ["derive"] } clap_mangen = { version = "0.2", optional = true } cap-std-ext = "4" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 7e0d66437..91cf5427f 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -14,7 +14,7 @@ path = "src/xtask.rs" [dependencies] anyhow = "1.0.68" camino = "1.0" -chrono = { version = "0.4.23", default_features = false, features = ["std"] } +chrono = { version = "0.4.33", default_features = false, features = ["std"] } fn-error-context = "0.2.0" tempfile = "3.3" mandown = "0.1"