Skip to content

Commit

Permalink
fix(deps): update thiserror requirement from 1.0.63 to 2.0.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.63...1.0.69)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 10, 2024
1 parent b08c948 commit 76443ff
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 @@ chrono = { version = "0.4.38", default-features = false }
prost = "0.13"
prost-types = "0.13"
scion-grpc = { version = "0.1.0", path = "crates/scion-grpc" }
thiserror = "1.0.63"
thiserror = "2.0.2"
tonic = "0.12"
tonic-build = "0.12"
tracing = "0.1.40"
Expand Down

0 comments on commit 76443ff

Please sign in to comment.