diff --git a/bmap-parser/Cargo.toml b/bmap-parser/Cargo.toml index 1e4fc9b..2cc8dfc 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.39.2", features = [ "serialize" ] } +quick-xml = { version = "0.40.0", features = [ "serialize" ] } serde = { version = "1.0.147", features = [ "derive" ] } anyhow = { version = "1.0.40", optional = true } sha2 = { version = "0.11" }