aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-05-14 15:13:14 +0200
committerHampusM <hampus@hampusmat.com>2023-05-14 15:13:14 +0200
commit6dc029dcf213922673444501741a6e4d65f1c05f (patch)
treed9f82e99927658a977ad6a5780f7540ce2a0f608 /Cargo.toml
parent530af717e7b7efda996fe28a24512d3d662d708e (diff)
build: use quick-xml 0.28.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d3497c3..c6555ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]