Update edition and dependencies.

This commit is contained in:
Bauke 2022-10-01 01:03:47 +02:00
parent fc2503e752
commit 3a001d1326
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 4 deletions

View File

@ -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"]