Skip to content

Commit

Permalink
build(deps): update thiserror requirement from 1.0 to 2.0
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.0...2.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and NunoDasNeves committed Nov 12, 2024
1 parent ee82748 commit 29738f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mshv-ioctls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ description = "Safe wrappers over MSHV ioctl"
[dependencies]
libc = ">=0.2.39"
mshv-bindings = {version = "=0.3.1", path = "../mshv-bindings", features = ["fam-wrappers"]}
thiserror = "1.0"
thiserror = "2.0"
vmm-sys-util = ">=0.12.1"

0 comments on commit 29738f9

Please sign in to comment.