From 56489e4c19e66c4174b7028c3c29278912aacfa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:15:07 +0000 Subject: [PATCH] Update quick-xml requirement from 0.38.0 to 0.39.1 Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version. - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](https://github.com/tafia/quick-xml/compare/v0.38.0...v0.39.1) --- updated-dependencies: - dependency-name: quick-xml dependency-version: 0.39.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bmap-parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bmap-parser/Cargo.toml b/bmap-parser/Cargo.toml index 4712d0b..dfdac73 100644 --- a/bmap-parser/Cargo.toml +++ b/bmap-parser/Cargo.toml @@ -13,7 +13,7 @@ rust-version.workspace = true [dependencies] thiserror = "2.0.17" -quick-xml = { version = "0.38.0", features = [ "serialize" ] } +quick-xml = { version = "0.39.1", features = [ "serialize" ] } serde = { version = "1.0.147", features = [ "derive" ] } anyhow = { version = "1.0.40", optional = true } sha2 = { version = "0.10.6", features = [ "asm" ] }