Bump minidom version to 0.17.0
This commit is contained in:
parent
5b265eb302
commit
ff9c3dc88c
5 changed files with 6 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ license = "MPL-2.0"
|
|||
[dependencies]
|
||||
bytes = { version = "1" }
|
||||
rxml = { version = "0.13.1", default-features = false }
|
||||
minidom = { version = "0.16", path = "../minidom" }
|
||||
minidom = { version = "0.17", path = "../minidom" }
|
||||
xso_proc = { version = "0.1", path = "../xso-proc", optional = true }
|
||||
|
||||
# optional dependencies to provide text conversion to/from types from/using
|
||||
|
|
|
|||
Loading…
Reference in a new issue