From 1f642645547c740cb268959b6846c3b59280006f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 01:00:49 +0000 Subject: [PATCH] Update xml-rs requirement from 0.8.0 to 1.0.0 Updates the requirements on [xml-rs](https://github.com/netvl/xml-rs) to permit the latest version. - [Changelog](https://github.com/netvl/xml-rs/blob/master/Changelog.md) - [Commits](https://github.com/netvl/xml-rs/compare/0.8.0...1.0.0) --- updated-dependencies: - dependency-name: xml-rs dependency-version: 1.0.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 55ddcdd..1c06923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ maintenance = {status = "passively-maintained"} [dependencies] petgraph = "0.8.2" -xml-rs = "0.8.0" +xml-rs = "1.0.0" [dev-dependencies] version-sync = "0.9.2"