From d2b31631b3d791acae5c48a3fc058992f6cfd7e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:22:21 +0000 Subject: [PATCH] Update object requirement from 0.38.0 to 0.39.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/main/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.38.0...v0.39.0) --- updated-dependencies: - dependency-name: object dependency-version: 0.39.0 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 a830efa..b0ee6f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ cc = "1.0" glob = "0.3" itertools = "0.14" implib = "0.4.0" -object = { version = "0.38.0", default-features = false, features = ["std", "read_core", "pe"] } +object = { version = "0.39.0", default-features = false, features = ["std", "read_core", "pe"] } cargo-platform = "0.3.1" clap_complete = "4.5.65" camino = "1.2.2"