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" ] }