minidom: Bump version to 0.19.0
Signed-off-by: Jonas Schäfer <jonas@zombofant.net>
This commit is contained in:
parent
cc92d113fa
commit
e72394c658
5 changed files with 7 additions and 5 deletions
|
|
@ -24,7 +24,7 @@ chrono = { version = "0.4.5", default-features = false, features = ["std"] }
|
|||
log = { version = "0.4", optional = true }
|
||||
# same repository dependencies
|
||||
jid = { version = "0.12", path = "../jid", features = ["minidom"] }
|
||||
minidom = { version = "0.18", path = "../minidom" }
|
||||
minidom = { version = "0.19", path = "../minidom" }
|
||||
xso = { version = "0.3", path = "../xso", features = ["macros", "minidom", "panicking-into-impl", "jid", "uuid", "base64", "serde_json"] }
|
||||
uuid = { version = "1.9.1", features = ["v4"] }
|
||||
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue