Skip to content

Commit

Permalink
Update thiserror requirement from 1.0.57 to 2.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.57...2.0.0)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 1910380 commit 49fbf7e
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 @@ -14,7 +14,7 @@ rust-version = "1.70"
libc = {version = "0.2.153", default-features=false, optional = true}
geo = "0.29.0"
num-traits = "0.2.18"
thiserror = "1.0.57"
thiserror = "2.0.0"

[build-dependencies]
cbindgen = { version = "0.26.0", default-features=false, optional = true}
Expand Down

0 comments on commit 49fbf7e

Please sign in to comment.