Bump rxml to 0.14.0
This commit is contained in:
parent
954efd2673
commit
bb02836097
10 changed files with 53 additions and 32 deletions
|
|
@ -21,8 +21,8 @@ edition = "2021"
|
|||
gitlab = { repository = "xmpp-rs/xmpp-rs" }
|
||||
|
||||
[dependencies]
|
||||
rxml = { version = "0.13.3", default-features = false, features = [ "std", "compact_str" ] }
|
||||
rxml = { version = "0.14.0", default-features = false, features = [ "std", "compact_str" ] }
|
||||
thiserror = "2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
rxml = { version = "0.13.1", default-features = false, features = [ "std", "compact_str", "macros" ] }
|
||||
rxml = { version = "0.14.0", default-features = false, features = [ "std", "compact_str", "macros" ] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue