Skip to content

Commit

Permalink
Update thiserror requirement from 1.0.31 to 2.0.1
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.31...2.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2024
1 parent e94c7eb commit ef091bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsar-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ num-traits = "0.2.15"
protobuf = "3.1.0"
sha1 = "0.10.1"
smallvec = "1.9.0"
thiserror = "1.0.31"
thiserror = "2.0.1"
zip = { version = "2.0.0", default-features = false, features = ["deflate"] }
zstd = "0.13.0"

Expand Down

0 comments on commit ef091bc

Please sign in to comment.