Update dependencies

This commit is contained in:
FliegendeWurst 2020-10-16 18:40:09 +02:00
parent 33437fe3a6
commit 428dd5ec5d
2 changed files with 235 additions and 319 deletions

550
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ license = "GPL-3.0+"
edition = "2018"
[dependencies]
tokio = { version = "0.2.0", features = ["full"] }
tokio = { version = "0.2.22", features = ["full"] }
telegram-bot = "0.7.0"
reqwest = { version = "0.10.4", features = ["json", "blocking"] }
chrono = { version = "0.4.11", features = ["serde"] }
@ -17,6 +17,6 @@ serde = "1.0.106"
once_cell = "1.3.1"
thiserror = "1.0.15"
serde_json = "1.0.51"
ical = "0.6.0"
ical = "0.7.0"
mime = "0.3.16"
regex = "1.3.9"