Skip to content

Commit 71e5720

Browse files
Update thiserror requirement from 1.0.24 to 2.0.17
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.24...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64e39e5 commit 71e5720

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
@@ -11,7 +11,7 @@ readme = "../README.md"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
thiserror = "1.0.24"
14+
thiserror = "2.0.17"
1515
quick-xml = { version = "0.38.0", features = [ "serialize" ] }
1616
serde = { version = "1.0.147", features = [ "derive" ] }
1717
anyhow = { version = "1.0.40", optional = true }

0 commit comments

Comments
 (0)