diff --git a/Cargo.lock b/Cargo.lock index bfb8e9a..a8d88a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "ical" version = "0.6.0" -source = "git+https://github.com/FliegendeWurst/ical-rs?branch=master#d31e84b6c590c43e694d1bdecabc4cec9ae32084" +source = "git+https://github.com/Peltoche/ical-rs?rev=040d3fc453e4b0fb0149a2190626a4ed80a3de73#040d3fc453e4b0fb0149a2190626a4ed80a3de73" dependencies = [ "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index 4058e80..be7910c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde = "1.0.106" once_cell = "1.3.1" thiserror = "1.0.15" serde_json = "1.0.51" -ical = { git = "https://github.com/FliegendeWurst/ical-rs", branch = "master" } +ical = { git = "https://github.com/Peltoche/ical-rs", rev = "040d3fc453e4b0fb0149a2190626a4ed80a3de73" } mime = "0.3.16" regex = "1.3.9" log = "0.4.14"