Update rxml to 0.10.0
See release notes [1] for details. [1]: https://codeberg.org/jssfr/rxml/releases/tag/v0.10.0
This commit is contained in:
parent
65c91439f8
commit
fb63ac8e50
4 changed files with 10 additions and 10 deletions
|
|
@ -19,7 +19,7 @@ tokio = { version = "1", features = ["net", "rt", "rt-multi-thread", "macros"] }
|
|||
tokio-stream = { version = "0.1", features = [] }
|
||||
tokio-util = { version = "0.7", features = ["codec"] }
|
||||
webpki-roots = { version = "0.25", optional = true }
|
||||
rxml = "0.9.1"
|
||||
rxml = { version = "0.10.0", features = ["smartstring"] }
|
||||
rand = "^0.8"
|
||||
syntect = { version = "5", optional = true }
|
||||
# same repository dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue