From 8e821b9dbf2c158a50c5ae5670fcf726434492fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 23:53:10 +0000 Subject: [PATCH] Update serde-xml-rs requirement from 0.6 to 0.8 Updates the requirements on [serde-xml-rs](https://github.com/RReverser/serde-xml-rs) to permit the latest version. - [Release notes](https://github.com/RReverser/serde-xml-rs/releases) - [Commits](https://github.com/RReverser/serde-xml-rs/compare/0.6.0...0.8.0) --- updated-dependencies: - dependency-name: serde-xml-rs dependency-version: 0.8.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..e1402d87 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.8" , 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