Skip to content

Commit

Permalink
Merge pull request #6 from DM-Earth/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
JieningYu authored Nov 14, 2024
2 parents 92fd251 + 67adf2a commit 8833657
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 @@ maintenance = { status = "actively-developed" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thiserror = "1.0"
thiserror = "2.0"
async-lock = "3.3"
futures-lite = "2.3"
bytes = "1.6"
Expand Down

0 comments on commit 8833657

Please sign in to comment.