From 6dc029dcf213922673444501741a6e4d65f1c05f Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 14 May 2023 15:13:14 +0200 Subject: build: use quick-xml 0.28.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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] -- cgit v1.2.3-18-g5258