diff options
author | HampusM <hampus@hampusmat.com> | 2023-05-14 15:13:14 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-05-14 15:13:14 +0200 |
commit | 6dc029dcf213922673444501741a6e4d65f1c05f (patch) | |
tree | d9f82e99927658a977ad6a5780f7540ce2a0f608 | |
parent | 530af717e7b7efda996fe28a24512d3d662d708e (diff) |
build: use quick-xml 0.28.2
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" deserializer-static-generics = [] [dependencies] -quick-xml = "0.27.1" +quick-xml = "0.28.2" thiserror = "1.0.38" [dev-dependencies] |