From e6174af06c6e851e49bcea731fc54c1eb81f7343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 23:24:43 +0000 Subject: [PATCH] Update serde-xml-rs requirement from 0.6 to 0.7 Updates the requirements on [serde-xml-rs](https://github.com/RReverser/serde-xml-rs) to permit the latest version. - [Commits](https://github.com/RReverser/serde-xml-rs/compare/0.6.0...0.7.0) --- updated-dependencies: - dependency-name: serde-xml-rs dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81a39766..b5b2da7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ futures = "0.3" io-extras = "0.18.0" # For DDS Security: -serde-xml-rs = { version = "0.6" , optional = true } # for reading spec-mandated XML config files +serde-xml-rs = { version = "0.7" , optional = true } # for reading spec-mandated XML config files glob = { version = "0.3" , optional = true } # for reading spec-mandated XML config files mailparse = { version = "0.15" , optional = true } # for reading S/MIME-encoded (XML) config files x509-certificate = { version = "0.24" , optional = true } # for configuration certificates