|
|
@ -1,6 +1,6 @@ |
|
|
|
[package] |
|
|
|
name = "corobel" |
|
|
|
version = "0.5.2" |
|
|
|
version = "0.5.3" |
|
|
|
edition = "2021" |
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
@ -14,7 +14,7 @@ tokio = { version = "1.21.2", features = [ "full" ] } |
|
|
|
serde_json = "1.0.87" |
|
|
|
once_cell = "1.16.0" |
|
|
|
chrono = { version = "0.4.22", features = [ "serde" ] } |
|
|
|
rss = { path = "./rss/", version = "2.0.1-atom-link-fix", features = [ "builders", "atom", "chrono" ] } |
|
|
|
rss = { version = "2", features = [ "builders", "chrono" ] } |
|
|
|
pulldown-cmark = "0.9.2" |
|
|
|
cached = "0.40.0" |
|
|
|
mime = "0.3.16" |
|
|
|