diff --git a/Cargo.toml b/Cargo.toml index f00d77a..1250e16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]