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.
2 parents 19e82d5 + 71e5720 commit 6bc66bcCopy full SHA for 6bc66bc
bmap-parser/Cargo.toml
@@ -11,7 +11,7 @@ readme = "../README.md"
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
13
[dependencies]
14
-thiserror = "1.0.24"
+thiserror = "2.0.17"
15
quick-xml = { version = "0.38.0", features = [ "serialize" ] }
16
serde = { version = "1.0.147", features = [ "derive" ] }
17
anyhow = { version = "1.0.40", optional = true }
0 commit comments