This is 0.5.3
This commit is contained in:
parent
6ab07b1c06
commit
ac21e800b5
|
@ -320,7 +320,7 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|||
|
||||
[[package]]
|
||||
name = "corobel"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
dependencies = [
|
||||
"cached",
|
||||
"chrono",
|
||||
|
@ -1619,6 +1619,8 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "rss"
|
||||
version = "2.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "acaf1331b7fc4edc3c2920819fee1766c27e8d40da593155832db3d6dea64e92"
|
||||
dependencies = [
|
||||
"atom_syndication",
|
||||
"chrono",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue