From fa185e98b95a2a7856322fb2cf0f407af8d89142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 06:32:36 +0000 Subject: [PATCH] deps: bump jiff from 0.2.21 to 0.2.22 in the deps group Bumps the deps group with 1 update: [jiff](https://github.com/BurntSushi/jiff). Updates `jiff` from 0.2.21 to 0.2.22 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/jiff/compare/jiff-static-0.2.21...jiff-static-0.2.22) --- updated-dependencies: - dependency-name: jiff dependency-version: 0.2.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de17d72..3d91ccf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1270,9 +1270,9 @@ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" [[package]] name = "jiff" -version = "0.2.21" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e3d65f018c6ae946ab16e80944b97096ed73c35b221d1c478a6c81d8f57940" +checksum = "819b44bc7c87d9117eb522f14d46e918add69ff12713c475946b0a29363ed1c2" dependencies = [ "jiff-static", "jiff-tzdb-platform", @@ -1285,9 +1285,9 @@ dependencies = [ [[package]] name = "jiff-static" -version = "0.2.21" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a17c2b211d863c7fde02cbea8a3c1a439b98e109286554f2860bdded7ff83818" +checksum = "470252db18ecc35fd766c0891b1e3ec6cbbcd62507e85276c01bf75d8e94d4a1" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2abe649..4676173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ cronexpr = "1.4.0" futures = "0.3.31" globset = "0.4.18" handlebars = "6.4.0" -jiff = { version = "0.2.21", features = ["serde"] } +jiff = { version = "0.2.22", features = ["serde"] } k8s-openapi = { version = "0.27.0", features = ["latest", "schemars"] } kube = { version = "3.0.1", default-features = false, features = ["runtime", "derive", "client", "rustls-tls", "ws"] } kube_quantity = "0.9.0"