Skip to content

Commit

Permalink
Merge pull request #80 from persian-tools/renovate/thiserror-2.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate thiserror to v2
  • Loading branch information
ali77gh authored Nov 6, 2024
2 parents ad920cd + b75257d commit 61d5c12
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 @@ -29,7 +29,7 @@ include = [
[dependencies]
urlencoding = { version = "2.1.3", optional = true }
serde = { version = "1.0.199", features = ["derive"], optional = true }
thiserror = { version = "1.0.59", optional = true }
thiserror = { version = "2.0.0", optional = true }
num = { version = "0.4", optional = true }
num-derive = { version = "0.4", optional = true }
num-traits = { version = "0.2", optional = true }
Expand Down

0 comments on commit 61d5c12

Please sign in to comment.