From a65c09045f4e1cc15e0a9cc49f0382775449441d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 01:17:41 +0000 Subject: [PATCH] chore(deps): bump croner from 3.0.1 to 4.0.0 Bumps [croner](https://github.com/hexagon/croner-rust) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/hexagon/croner-rust/releases) - [Changelog](https://github.com/Hexagon/croner-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/hexagon/croner-rust/compare/v3.0.1...v4.0.0) --- updated-dependencies: - dependency-name: croner dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 dd819f2..fd75577 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,9 +101,9 @@ dependencies = [ [[package]] name = "croner" -version = "3.0.1" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4aa42bcd3d846ebf66e15bd528d1087f75d1c6c1c66ebff626178a106353c576" +checksum = "a59ed87528b2ee2b6d2b14d6767f6dbe41867dfc581433fc23a7c0fae847467a" dependencies = [ "chrono", "derive_builder", diff --git a/Cargo.toml b/Cargo.toml index 786c91d..9f6c463 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde-wasm-bindgen = "0.6" chrono = "0.4" jiff = { version = "=0.2.35", default-features = false, features = ["std", "tzdb-bundle-always"] } jiff-tzdb = "=0.1.8" -croner = "3.0.1" +croner = "4.0.0" console_error_panic_hook = "0.1" [profile.release]