From 906ff170453eab27a9aef21e9b6af33d9e88555b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:08:20 +0000 Subject: [PATCH] chore(deps): bump anstyle from 1.0.8 to 1.0.9 Bumps [anstyle](https://github.com/rust-cli/anstyle) from 1.0.8 to 1.0.9. - [Commits](https://github.com/rust-cli/anstyle/compare/v1.0.8...v1.0.9) --- updated-dependencies: - dependency-name: anstyle 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 3d0d136..6cc83e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,9 +43,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" +checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56" [[package]] name = "anstyle-parse" diff --git a/Cargo.toml b/Cargo.toml index e580dfc..9d26fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "4.4.18", features = ["derive", "cargo"] } toml = "0.8.*" serde = { version = "1.0", features = ["derive"] } xdg = "2.5.2" -anstyle = "1.0.8" +anstyle = "1.0.9" icalendar = "0.16" rrule = "0.11.0"