From 293d0abf1036cf23cb18a798d137d7a2f4049d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:44:57 +0000 Subject: [PATCH] build(deps): bump jiff from 0.1.13 to 0.1.14 Bumps [jiff](https://github.com/BurntSushi/jiff) from 0.1.13 to 0.1.14. - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](https://github.com/BurntSushi/jiff/compare/0.1.13...0.1.14) --- 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 97d43c6..1dbe8c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -992,9 +992,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jiff" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a45489186a6123c128fdf6016183fcfab7113e1820eb813127e036e287233fb" +checksum = "b9d9d414fc817d3e3d62b2598616733f76c4cc74fbac96069674739b881295c8" dependencies = [ "jiff-tzdb-platform", "serde", diff --git a/Cargo.toml b/Cargo.toml index bf83638..2f62e83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ feed-rs = "2.1.1" html-escape = "0.2.13" humantime = "2.1.0" indicatif = "0.17.8" -jiff = { version = "0.1.13", features = ["serde"] } +jiff = { version = "0.1.14", features = ["serde"] } log = "0.4.22" miette = { version = "7.2.0", features = ["fancy"] } reqwest = { version = "0.12.9", features = ["gzip", "brotli", "zstd", "deflate"] }