diff --git a/Cargo.lock b/Cargo.lock index f6b0dd5..afe1509 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,7 +1,5 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 - [[package]] name = "aho-corasick" version = "0.7.15" @@ -344,7 +342,7 @@ dependencies = [ [[package]] name = "ical" version = "0.6.0" -source = "git+https://github.com/daladim/ical-rs.git?branch=ical_serde#f3a182eee5f1f6acf44fa1512839602d7105a899" +source = "git+https://github.com/Peltoche/ical-rs.git?rev=c49506998dfacd8d809d106a7beb0c56c9e528e8#c49506998dfacd8d809d106a7beb0c56c9e528e8" dependencies = [ "serde", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 1f720b9..817e942 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,11 +28,8 @@ serde_json = "1.0" async-trait = "0.1" uuid = { version = "0.8", features = ["v4"] } sanitize-filename = "0.3" -ical = { version = "0.6", features = ["serde-derive"] } +ical = { version = "0.6", features = ["serde-derive"], git = "https://github.com/Peltoche/ical-rs.git", rev = "c49506998dfacd8d809d106a7beb0c56c9e528e8" } ics = "0.5" chrono = { version = "0.4", features = ["serde"] } csscolorparser = { version = "0.5", features = ["serde"] } once_cell = "1.8" - -[patch.crates-io] -ical = { git = "https://github.com/daladim/ical-rs.git", branch = "ical_serde" }