From ea6a92c8df9e13e65a2217f2bc8c1d4bdca153d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:23:16 +0000 Subject: [PATCH] Update object requirement from 0.32.0 to 0.33.0 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](https://github.com/gimli-rs/object/compare/0.32.0...0.33.0) --- updated-dependencies: - dependency-name: object dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]