Skip to content

Commit

Permalink
Update thiserror requirement in the all-dependencies group
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.

Updates `thiserror` to 2.0.3
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.0...2.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 728b234 commit 1d69418
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 @@ -23,7 +23,7 @@ clap = { version = "4", features = ["derive", "wrap_help"] }
chrono = { version = "0.4", features = ["serde"] }
deunicode = "1.0"
rust_decimal = { version = "1.0", features = ["serde"] }
thiserror = "1.0"
thiserror = "2.0"
log = "0.4"
pest = "2"
pest_derive = "2"
Expand Down

0 comments on commit 1d69418

Please sign in to comment.