Skip to content

Commit

Permalink
Update thiserror requirement from 1.0.58 to 2.0.3
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.58...2.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dominikWin committed Nov 11, 2024
1 parent 3323da7 commit 8ecdfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vidformer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
uuid = { version = "1.7.0", features = ["v4", "fast-rng"] }
rayon = "1.9"
thiserror = "1.0.58"
thiserror = "2.0.3"
opencv = { version = "0.93.0", default-features = false, features = ["clang-runtime", "imgproc"] }
crossbeam-channel = "0.5"
parking_lot = "0.12.2"
Expand Down

0 comments on commit 8ecdfd1

Please sign in to comment.