Skip to content

Commit 5cbf3aa

Browse files
authored
Merge pull request #3 from TgZ39/dependabot/cargo/thiserror-2.0
Update thiserror requirement from 1.0 to 2.0
2 parents 000b8b3 + 5cf6d1d commit 5cbf3aa

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
@@ -16,7 +16,7 @@ reqwest = { version = "0.12", features = ["json", "multipart"] }
1616
tokio = { version = "1.37", features = ["rt", "rt-multi-thread", "macros"] }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"
19-
thiserror = "1.0"
19+
thiserror = "2.0"
2020
chrono = "0.4"
2121
strum = { version = "0.26", features = ["strum_macros", "derive"] }
2222
derive_more = { version = "1.0", features = ["display"] }

0 commit comments

Comments
 (0)