Skip to content

Commit

Permalink
build(deps): update thiserror requirement from 1.0.30 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.30...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 c5a05d3 commit e6d92cf
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 @@ -41,7 +41,7 @@ serde = "1.0.136"
slog = { version = "2.7.0", optional = true }
slog-async = { version = "2.7.0", optional = true }
slog-term = { version = "2.9.0", optional = true }
thiserror = "1.0.30"
thiserror = "2.0.7"
tokio = { version = "1.17.0", optional = true, default-features = false }
tokio-stream = { version = "0.1.8", optional = true, default-features = false }
serde_json = "1.0.127"
Expand Down

0 comments on commit e6d92cf

Please sign in to comment.