Skip to content

Commit

Permalink
Merge pull request #3 from TgZ39/dependabot/cargo/thiserror-2.0
Browse files Browse the repository at this point in the history
Update thiserror requirement from 1.0 to 2.0
  • Loading branch information
TgZ39 authored Nov 11, 2024
2 parents 000b8b3 + 5cf6d1d commit 5cbf3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ reqwest = { version = "0.12", features = ["json", "multipart"] }
tokio = { version = "1.37", features = ["rt", "rt-multi-thread", "macros"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
thiserror = "2.0"
chrono = "0.4"
strum = { version = "0.26", features = ["strum_macros", "derive"] }
derive_more = { version = "1.0", features = ["display"] }
Expand Down

0 comments on commit 5cbf3aa

Please sign in to comment.