chore(deps): update rust crate quick-xml to 0.36.0 (#8)
Reviewed-on: https://code.thetadev.de/ThetaDev/rustypipe/pulls/8 Co-authored-by: Forgejo Actions <forgejo.actions@example.com> Co-committed-by: Forgejo Actions <forgejo.actions@example.com>
This commit is contained in:
parent
148158dcdb
commit
1139f8448b
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ phf = "0.11.1"
|
||||||
phf_codegen = "0.11.1"
|
phf_codegen = "0.11.1"
|
||||||
base64 = "0.22.0"
|
base64 = "0.22.0"
|
||||||
urlencoding = "2.1.2"
|
urlencoding = "2.1.2"
|
||||||
quick-xml = { version = "0.35.0", features = ["serialize"] }
|
quick-xml = { version = "0.36.0", features = ["serialize"] }
|
||||||
tracing = { version = "0.1.37", features = ["log"] }
|
tracing = { version = "0.1.37", features = ["log"] }
|
||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
|
|
|
||||||
Reference in a new issue