From 21c2a01861876ae4c2603bee43e89fea61afc66f Mon Sep 17 00:00:00 2001 From: platform-engineering-bot <137812415+platform-engineering-bot@users.noreply.github.com> Date: Thu, 11 Apr 2024 08:23:05 +0200 Subject: [PATCH] fix(deps): update all patch dependencies Signed-off-by: John Eckersberg --- Cargo.lock | 8 ++++---- lib/Cargo.toml | 2 +- xtask/Cargo.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3b56b31..8caeb9f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,9 +97,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "async-compression" @@ -328,9 +328,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" -version = "0.4.35" +version = "0.4.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" +checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a0ca513a..26aca7e3 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -17,7 +17,7 @@ anstyle = "1.0.6" anyhow = "1.0" camino = { version = "1.1.6", features = ["serde1"] } ostree-ext = { version = "0.13.3" } -chrono = { version = "0.4.35", features = ["serde"] } +chrono = { version = "0.4.37", features = ["serde"] } clap = { version= "4.5", features = ["derive","cargo"] } clap_mangen = { version = "0.2", optional = true } cap-std-ext = "4" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 0e2fb12b..dd3daa7b 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -12,9 +12,9 @@ name = "xtask" path = "src/xtask.rs" [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.82" camino = "1.1" -chrono = { version = "0.4.35", default_features = false, features = ["std"] } +chrono = { version = "0.4.37", default_features = false, features = ["std"] } fn-error-context = "0.2.1" tempfile = "3.10" mandown = "0.1"