mirror of
https://github.com/FliegendeWurst/telegram_notes_bot.git
synced 2024-11-22 10:54:57 +00:00
Update dependencies
This commit is contained in:
parent
33437fe3a6
commit
428dd5ec5d
550
Cargo.lock
generated
550
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user