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"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/Holllo/opml"
|
repository = "https://github.com/Holllo/opml"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
keywords = ["xml", "opml"]
|
keywords = ["xml", "opml"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
path = "source/lib.rs"
|
path = "source/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hard-xml = "1.10.0"
|
hard-xml = "1.13.0"
|
||||||
thiserror = "1.0.29"
|
thiserror = "1.0.37"
|
||||||
|
|
||||||
[dependencies.serde]
|
[dependencies.serde]
|
||||||
version = "1.0.130"
|
version = "1.0.145"
|
||||||
features = ["derive"]
|
features = ["derive"]
|
||||||
|
|
Loading…
Reference in New Issue