From 169705c483a0c8951ce946f49f327a600a46149f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:03:42 +0000 Subject: [PATCH] chore(deps): bump jiff from 0.2.0 to 0.2.1 Bumps [jiff](https://github.com/BurntSushi/jiff) from 0.2.0 to 0.2.1. - [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/0.2.0...0.2.1) --- updated-dependencies: - dependency-name: jiff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afdd1050..9a112315 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1125,9 +1125,9 @@ dependencies = [ [[package]] name = "jiff" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba926fdd8e5b5e7f9700355b0831d8c416afe94b014b1023424037a187c9c582" +checksum = "3590fea8e9e22d449600c9bbd481a8163bef223e4ff938e5f55899f8cf1adb93" dependencies = [ "jiff-tzdb-platform", "log", @@ -1504,7 +1504,7 @@ dependencies = [ "gix", "indexmap", "is-terminal", - "jiff 0.2.0", + "jiff 0.2.1", "serde", "serde_json", "strsim", diff --git a/Cargo.toml b/Cargo.toml index 757e8be3..228b0e75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ gix = { version = "0.70", default-features = false, features = [ ] } indexmap = "2.7" is-terminal = "0.4" -jiff = "0.2.0" +jiff = "0.2.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" strsim = "0.11"