feat: upgrade crates

This commit is contained in:
Max Hohlfeld 2024-02-24 21:01:09 +01:00
parent 51fe8c23fc
commit fa03c4e25f
2 changed files with 478 additions and 410 deletions

886
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
reqwest = { version = "0.11.13", features = ["blocking"] } reqwest = { version = "0.11.24", features = ["blocking"] }
rss = "2" rss = "2"
time = { version = "0.3", features = ["local-offset", "formatting", "macros"]} time = { version = "0.3", features = ["local-offset", "formatting", "macros"]}
clokwerk = "0.4" clokwerk = "0.4"