We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54201a7 commit e5bd573Copy full SHA for e5bd573
bmap-parser/Cargo.toml
@@ -12,7 +12,7 @@ readme = "../README.md"
12
13
[dependencies]
14
thiserror = "1.0.24"
15
-quick-xml = { version = "0.31.0", features = [ "serialize" ] }
+quick-xml = { version = "0.38.0", features = [ "serialize" ] }
16
serde = { version = "1.0.147", features = [ "derive" ] }
17
anyhow = { version = "1.0.40", optional = true }
18
sha2 = { version = "0.10.6", features = [ "asm" ] }
0 commit comments