Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 6609b4b commit 880ddfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
sea-orm = { workspace = true }
strum = { workspace = true }
thiserror = "1.0.57"
thiserror = "2.0.0"
uuid = { workspace = true }
redis = { workspace = true }
reqwest = { workspace = true }
Expand Down

0 comments on commit 880ddfe

Please sign in to comment.