Update edition and dependencies.
This commit is contained in:
parent
fc2503e752
commit
3a001d1326
|
@ -8,16 +8,16 @@ version = "1.1.4"
|
|||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/Holllo/opml"
|
||||
readme = "../README.md"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
keywords = ["xml", "opml"]
|
||||
|
||||
[lib]
|
||||
path = "source/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
hard-xml = "1.10.0"
|
||||
thiserror = "1.0.29"
|
||||
hard-xml = "1.13.0"
|
||||
thiserror = "1.0.37"
|
||||
|
||||
[dependencies.serde]
|
||||
version = "1.0.130"
|
||||
version = "1.0.145"
|
||||
features = ["derive"]
|
||||
|
|
Loading…
Reference in New Issue