Skip to content

Commit 83ab514

Browse files
Update thiserror requirement from 1.0.4 to 2.0.16
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.4...2.0.16) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aac58f5 commit 83ab514

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
@@ -13,7 +13,7 @@ bitflags = "2.4.0"
1313
cfg-if = "^1.0.0"
1414
libc = "0.2.65"
1515
nix = { version = "0.27", features = ["ioctl"] }
16-
thiserror = "1.0.4"
16+
thiserror = "2.0.16"
1717
userfaultfd-sys = { path = "userfaultfd-sys", version = "^0.6.0" }
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)