From 6f2103b6f7aea96a0e9dc52bce0024378322c788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 11:55:45 +0000 Subject: [PATCH] Update object requirement from 0.38.0 to 0.39.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/main/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.38.0...v0.39.1) --- updated-dependencies: - dependency-name: object dependency-version: 0.39.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/libafl_qemu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/libafl_qemu/Cargo.toml b/crates/libafl_qemu/Cargo.toml index 95ae73e3cf..fc98d8175e 100644 --- a/crates/libafl_qemu/Cargo.toml +++ b/crates/libafl_qemu/Cargo.toml @@ -139,7 +139,7 @@ thread_local = "1.1.9" capstone = "0.14.0" rangemap = { workspace = true } log = { workspace = true } -object = "0.38.0" +object = "0.39.1" addr2line = "0.26.1" paste = { workspace = true } enum-map = "2.7.3"