Skip to content

Commit a659f21

Browse files
authored
⬆️ upgrade thiserror dependency to version 2.0 (#235)
1 parent 20efc42 commit a659f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2021"
1414
log = "0.4"
1515
serde = "1.0"
1616
xml-rs = "0.8"
17-
thiserror = "1.0"
17+
thiserror = "2.0"
1818

1919
[dev-dependencies]
2020
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)