Skip to content

Commit e5bd573

Browse files
Copilotsjoerdsimons
andcommitted
Initial plan for quick-xml 0.38 compatibility
Co-authored-by: sjoerdsimons <[email protected]>
1 parent 54201a7 commit e5bd573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmap-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "../README.md"
1212

1313
[dependencies]
1414
thiserror = "1.0.24"
15-
quick-xml = { version = "0.31.0", features = [ "serialize" ] }
15+
quick-xml = { version = "0.38.0", features = [ "serialize" ] }
1616
serde = { version = "1.0.147", features = [ "derive" ] }
1717
anyhow = { version = "1.0.40", optional = true }
1818
sha2 = { version = "0.10.6", features = [ "asm" ] }

0 commit comments

Comments
 (0)