Skip to content

Commit

Permalink
Update object requirement from 0.32.0 to 0.33.0
Browse files Browse the repository at this point in the history
Updates the requirements on [object](https://github.com/gimli-rs/object) to permit the latest version.
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.32.0...0.33.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent ab8a661 commit ea6a92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["development-tools::debugging", "encoding", "hardware-support"]
anyhow = "1.0.55"
hashbrown = "0.14.0"
iced-x86 = { version = "1.17.0", default-features = false, features = ["std", "decoder", "instr_info", "op_code_info"] }
object = "0.32.0"
object = "0.33.0"
structopt = "0.3.26"

[profile.release]
Expand Down

0 comments on commit ea6a92c

Please sign in to comment.