From 8b6bcef957be01440d5e5e559d843548acd6a13f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 22:42:48 +0000 Subject: [PATCH] Bump xml from 1.2.1 to 1.3.0 Bumps [xml](https://github.com/kornelski/xml-rs) from 1.2.1 to 1.3.0. - [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md) - [Commits](https://github.com/kornelski/xml-rs/compare/1.2.1...1.3.0) --- updated-dependencies: - dependency-name: xml dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- fpga_arch_parser/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 618d5bf..226218d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4283,9 +4283,9 @@ checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" [[package]] name = "xml" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8aa498d22c9bbaf482329839bc5620c46be275a19a812e9a22a2b07529a642a" +checksum = "636f85e5ca6488e96401b61eb7de54f4e44755c988af0f52cf90230c312a1a89" [[package]] name = "xml-rs" diff --git a/fpga_arch_parser/Cargo.toml b/fpga_arch_parser/Cargo.toml index a04bd15..50473ef 100644 --- a/fpga_arch_parser/Cargo.toml +++ b/fpga_arch_parser/Cargo.toml @@ -4,4 +4,4 @@ version = "0.3.7" edition = "2024" [dependencies] -xml = "1.2.1" +xml = "1.3.0"