Update dependencies

This commit is contained in:
blank X 2022-04-30 17:54:44 +07:00
parent 9df5c17537
commit e06eaf61ba
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
2 changed files with 245 additions and 335 deletions

570
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package]
name = "rss-anime-notifier-rs"
version = "0.2.3"
version = "0.2.4"
authors = ["blank X <theblankx@protonmail.com>"]
edition = "2018"
@ -10,9 +10,9 @@ edition = "2018"
lto = true
[dependencies]
quick-xml = "0.20.0"
chrono = "0.4.19"
quick-xml = "0.22"
chrono = "0.4"
serde_json = "1.0"
reqwest = "0.11"
serde = { version = "1.0.117", features = ["derive"] }
tokio = { version = "1.0.1", features = ["rt"] }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.18", features = ["rt"] }