From 6eb780516bd7da17f85590004b59fa14bdbd4512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:20:56 +0000 Subject: [PATCH] chore(deps): bump anstyle from 1.0.8 to 1.0.10 Bumps [anstyle](https://github.com/rust-cli/anstyle) from 1.0.8 to 1.0.10. - [Commits](https://github.com/rust-cli/anstyle/compare/v1.0.8...v1.0.10) --- 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..bba6f78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,9 +43,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.8" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" +checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" [[package]] name = "anstyle-parse" diff --git a/Cargo.toml b/Cargo.toml index e580dfc..93aa6c9 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.10" icalendar = "0.16" rrule = "0.11.0"