From 0b1c95c4529853ab80697c6adcb2d71ac71c3e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 02:31:23 +0000 Subject: [PATCH] chore(deps): bump rrule from 0.11.0 to 0.13.0 Bumps [rrule](https://github.com/fmeringdal/rust-rrule) from 0.11.0 to 0.13.0. - [Release notes](https://github.com/fmeringdal/rust-rrule/releases) - [Changelog](https://github.com/fmeringdal/rust-rrule/blob/main/CHANGELOG.md) - [Commits](https://github.com/fmeringdal/rust-rrule/commits) --- updated-dependencies: - dependency-name: rrule dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67d90e2..f1cc11f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,9 +136,9 @@ dependencies = [ [[package]] name = "chrono-tz" -version = "0.8.5" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91d7b79e99bfaa0d47da0687c43aa3b7381938a62ad3a6498599039321f660b7" +checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" dependencies = [ "chrono", "chrono-tz-build", @@ -147,9 +147,9 @@ dependencies = [ [[package]] name = "chrono-tz-build" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f" +checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" dependencies = [ "parse-zoneinfo", "phf", @@ -477,9 +477,9 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "rrule" -version = "0.11.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "615777991e415d96aa97f6e45e809111911497c029e5d0df7f6d751d218d28e8" +checksum = "cff1ca93145ff07cdc878b5f6bb90391a299cc8712538af0ad73ebf37613e46a" dependencies = [ "chrono", "chrono-tz", diff --git a/Cargo.toml b/Cargo.toml index c18426c..487e7c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "1.0", features = ["derive"] } xdg = "2.5.2" anstyle = "1.0.8" icalendar = "0.16" -rrule = "0.11.0" +rrule = "0.13.0" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }