Skip to content

Commit

Permalink
Update thiserror requirement from 1 to 2
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.59...2.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent c643334 commit 633e0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tracing-subscriber = { version = "0.3.18", features = [
"json",
] }
tracing-appender = "0.2"
thiserror = "1"
thiserror = "2"
pretty_yaml = "0.4"


Expand Down
2 changes: 1 addition & 1 deletion crates/static-analysis-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ globset = "0.4.14"
graphviz-rust = "0.9.0"
sequence_trie = "0.3.6"
serde_yaml = "0.9.21"
thiserror = "1.0.59"
thiserror = "2.0.3"

[build-dependencies]
cc = "1.0.97"

0 comments on commit 633e0c4

Please sign in to comment.