Cargo.toml: Update minidom to 0.4.3 to use its new IntoAttributeValue implementation on numbers.
This commit is contained in:
parent
8e1d5e7983
commit
6794b34714
6 changed files with 9 additions and 12 deletions
|
|
@ -10,7 +10,7 @@ categories = ["parsing", "network-programming"]
|
|||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
minidom = "0.4.1"
|
||||
minidom = "0.4.3"
|
||||
jid = "0.2.0"
|
||||
base64 = "0.5.0"
|
||||
digest = "0.5.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue