From 108ef2bd59c727861677a5759ca610e1ffc8c484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 04:46:34 +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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80753c1..0278cc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ cc = "1.0" glob = "0.3" itertools = "0.14" implib = "0.6.0" -object = { version = "0.38.0", default-features = false, features = ["std", "read_core", "pe"] } +object = { version = "0.39.1", default-features = false, features = ["std", "read_core", "pe"] } cargo-platform = "0.3.1" clap_complete = "4.5.65" camino = "1.2.2"