Bump rxml to 0.14.0
This commit is contained in:
parent
954efd2673
commit
bb02836097
10 changed files with 53 additions and 32 deletions
|
|
@ -19,7 +19,7 @@ tokio = { version = "1", features = ["net", "rt", "rt-multi-thread", "macros", "
|
|||
tokio-stream = { version = "0.1", features = ["sync"] }
|
||||
webpki-roots = { version = "1", optional = true }
|
||||
rustls-native-certs = { version = "0.8", optional = true }
|
||||
rxml = { version = "0.13.1", features = ["compact_str"] }
|
||||
rxml = { version = "0.14.0", features = ["compact_str", "tokio"] }
|
||||
rand = "0.9"
|
||||
syntect = { version = "5", optional = true }
|
||||
pin-project-lite = { version = "0.2" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue