Skip to content

Commit f0d8c47

Browse files
chore(deps): update thiserror requirement from 1.0.30 to 2.0.3 (#70)
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...1.0.69) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e6ea40 commit f0d8c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = ["compression", "encoding", "parsing"]
1010
repository = "https://github.com/danieleades/arithmetic-coding"
1111

1212
[workspace.dependencies]
13-
thiserror = "1.0.30"
13+
thiserror = "2.0.3"
1414

1515
[workspace.lints.clippy]
1616
cargo = "deny"

0 commit comments

Comments
 (0)