Skip to content

Commit

Permalink
Update thiserror requirement from 1.0.65 to 2.0.7
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.65...2.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 557d04c commit c85ad03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ryu = "1"
chrono = { version = "0.4", optional = true }
simd-json = { version = "0.14.0" }
heap-array = { version = "0.1.1", optional = true }
thiserror = "1.0.65"
thiserror = "2.0.7"

[dev-dependencies]
serde_json = "1"
Expand Down
2 changes: 1 addition & 1 deletion simd-json-derive-int/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["visit", "extra-traits"] }
simd-json = { version = "0.14.0" }
thiserror = "1.0.65"
thiserror = "2.0.7"


[features]
Expand Down

0 comments on commit c85ad03

Please sign in to comment.