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:
Jonas Schäfer 2024-03-16 17:39:55 +01:00
commit fb63ac8e50
4 changed files with 10 additions and 10 deletions

View file

@ -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