0.1.1: structural reworks + dep version bump

This commit is contained in:
Altareos
2023-11-28 18:01:09 +01:00
parent 2e2712704e
commit 0e5a9acccf
14 changed files with 619 additions and 564 deletions

15
Cargo.lock generated
View File

@@ -4,22 +4,13 @@ version = 3
[[package]]
name = "plxml"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"roxmltree",
]
[[package]]
name = "roxmltree"
version = "0.14.1"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
dependencies = [
"xmlparser",
]
[[package]]
name = "xmlparser"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"
checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"