Skip to content

Commit ebaed6a

Browse files
Bump thiserror from 1.0.63 to 2.0.11
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.63...2.0.11) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2fede96 commit ebaed6a

2 files changed

Lines changed: 28 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libmsvisor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ xmas-elf = "0.9.0" # use to parse dynlib elf
2121
nix = { version = "0.28.0", features = ["mman"] } # use to call dlmopen, mmap.
2222
serde = { version = "1.0.183", features = ["derive"] }
2323
serde_json = "1.0.105"
24-
thiserror = "1.0.56"
24+
thiserror = "2.0.11"
2525
heapless = "0.8"
2626

2727
[features]

0 commit comments

Comments
 (0)