Skip to content

Commit

Permalink
Merge pull request #163 from oj-lab/dependabot/cargo/thiserror-2
Browse files Browse the repository at this point in the history
Update thiserror requirement from 1 to 2
  • Loading branch information
slhmy authored Dec 2, 2024
2 parents aef664b + 1cf3ffb commit ec9b9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ chrono = { version = "0.4", features = ["serde"] }

# error handling
anyhow = "1"
thiserror = "1"
thiserror = "2"

uuid = { version = "1.4", features = ["serde", "v4"] }

0 comments on commit ec9b9a5

Please sign in to comment.