Bump rxml to 0.13.1
rxml 0.13.0 changed the quoting style to make it consistent, so we have to patch up all affected places where we match exact strings.
This commit is contained in:
parent
477af3c895
commit
70d635b0fb
8 changed files with 11 additions and 8 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 = "0.26", optional = true }
|
||||
rustls-native-certs = { version = "0.7", optional = true }
|
||||
rxml = { version = "0.12.0", features = ["compact_str"] }
|
||||
rxml = { version = "0.13.1", features = ["compact_str"] }
|
||||
rand = "0.8"
|
||||
syntect = { version = "5", optional = true }
|
||||
pin-project-lite = { version = "0.2" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue