From d66ab77decf1cf5b8fad1aa9f425709c1ae7c86a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:59:03 +0000 Subject: [PATCH] chore(deps): bump jiff from 0.1.21 to 0.1.22 Bumps [jiff](https://github.com/BurntSushi/jiff) from 0.1.21 to 0.1.22. - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/jiff/compare/0.1.21...0.1.22) --- updated-dependencies: - dependency-name: jiff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6e2d931..a6dfa1f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,9 +1109,9 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "jiff" -version = "0.1.21" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed0ce60560149333a8e41ca7dc78799c47c5fd435e2bc18faf6a054382eec037" +checksum = "5c258647f65892e500c2478ef2c71ba008e7dc1774a8289345adbbb502a4def1" dependencies = [ "jiff-tzdb-platform", "log", diff --git a/Cargo.toml b/Cargo.toml index e30c6464..26a24210 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ flate2 = "1" gix = { version = "0.69", default-features = false, features = ["command", "revision"] } indexmap = "2.1" is-terminal = "0.4" -jiff = "0.1.21" +jiff = "0.1.22" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" strsim = "0.11"