From d6442bf3008d47d07b0bb7d0827c55106205c720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:12:28 +0000 Subject: [PATCH] Update object requirement from 0.35.0 to 0.36.1 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.35.0...0.36.1) --- 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 7c41fcd..3e06136 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.35.0" +object = "0.36.1" structopt = "0.3.26" [profile.release]