From f74f72deb0f56d458ee848b5d6f3f63d18574890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:42:35 +0000 Subject: [PATCH] chore(deps): bump jiff from 0.1.15 to 0.1.16 Bumps [jiff](https://github.com/BurntSushi/jiff) from 0.1.15 to 0.1.16. - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/jiff/compare/0.1.15...0.1.16) --- updated-dependencies: - dependency-name: jiff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fea4b03..9d876382 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1098,11 +1098,12 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "jiff" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db69f08d4fb10524cacdb074c10b296299d71274ddbc830a8ee65666867002e9" +checksum = "24a46169c7a10358cdccfb179910e8a5a392fc291bdb409da9aeece5b19786d8" dependencies = [ "jiff-tzdb-platform", + "serde", "windows-sys 0.59.0", ] diff --git a/Cargo.toml b/Cargo.toml index 485b481c..43e91139 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.10" +jiff = "0.1.16" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" strsim = "0.11"