From c4a341d2c18c82279860ad72dda7147ecdd97ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:46:28 +0000 Subject: [PATCH] chore(deps): bump icalendar from 0.16.0 to 0.16.9 Bumps [icalendar](https://github.com/hoodie/icalendar-rs) from 0.16.0 to 0.16.9. - [Release notes](https://github.com/hoodie/icalendar-rs/releases) - [Changelog](https://github.com/hoodie/icalendar-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/hoodie/icalendar-rs/compare/v0.16.0...v0.16.9) --- updated-dependencies: - dependency-name: icalendar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d0d136..2b5e4c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,9 +257,9 @@ dependencies = [ [[package]] name = "icalendar" -version = "0.16.0" +version = "0.16.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa4ffbcf3325ae94554c5259ce0b8907d37133c066cb3d424a2fa96aa1f10088" +checksum = "ade2740e54a5de285fcc5eb7f97c75b4fb8842d807f62ecbbe716006676d6181" dependencies = [ "chrono", "iso8601", @@ -602,9 +602,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.6.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" +checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" dependencies = [ "getrandom", "wasm-bindgen",