From 15c0a483e02971d7f5df96bcf3d075552d6e02e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 03:06:25 +0000 Subject: [PATCH] build(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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 846bce0..2e995c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1110,9 +1110,9 @@ 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", diff --git a/Cargo.toml b/Cargo.toml index 2b5b554..f82750d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ axum = { version = "0.7", optional = true, features = ["macros"] } console_error_panic_hook = "0.1" dashmap = "6.1.0" http = "1" -jiff = { version = "0.1.15", features = ["serde"] } +jiff = { version = "0.1.16", features = ["serde"] } leptos = { version = "0.7" } leptos_axum = { version = "0.7", optional = true } leptos_meta = { version = "0.7" }