From a945cfa5bc3623b79a5e9a29c11a3ab1ed1a76e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:52:52 +0000 Subject: [PATCH] Update jiff requirement from 0.1.13 to 0.2.1 Updates the requirements on [jiff](https://github.com/BurntSushi/jiff) to permit the latest version. - [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.1.13...0.2.1) --- updated-dependencies: - dependency-name: jiff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6063c4..5e3765e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://docs.rs/underway" [dependencies] jiff-cron = "0.1.0" -jiff = { version = "0.1.13", features = ["serde"] } +jiff = { version = "0.2.1", features = ["serde"] } serde = "1.0.210" serde_json = "1.0.128" sqlx = { version = "0.8.2", features = [