Bump rxml to 0.14.0

This commit is contained in:
Jonas Schäfer 2025-09-28 09:40:44 +02:00
commit bb02836097
10 changed files with 53 additions and 32 deletions

View file

@ -11,7 +11,7 @@ license = "MPL-2.0"
[dependencies]
bytes = { version = "1" }
rxml = { version = "0.13.1", default-features = false }
rxml = { version = "0.14.0", default-features = false }
minidom = { version = "0.18", path = "../minidom" }
xso_proc = { version = "0.2", path = "../xso-proc", optional = true }