Skip to content

Commit d7e646b

Browse files
Update thiserror requirement from 1.0.48 to 2.0.11 (#564)
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.48...2.0.11) --- 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> Co-authored-by: Dan Kolsoi <[email protected]>
1 parent b8d81bf commit d7e646b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ llvm-sys-181 = { package = "llvm-sys", version = "181.2.0", optional = true }
145145
either = "1.5"
146146
libc = "0.2"
147147
once_cell = "1.16"
148-
thiserror = "1.0.48"
148+
thiserror = "2.0.11"
149149

150150
static-alloc = { version = "0.2", optional = true }
151151
serde = { version = "1.0", default-features = false, features = [

0 commit comments

Comments
 (0)