From 1222b6d3e39e01326178a8e8404c0895dc00696d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:43:01 +0000 Subject: [PATCH] Update implib requirement from 0.4.0 to 0.5.2 Updates the requirements on [implib](https://github.com/messense/implib-rs) to permit the latest version. - [Release notes](https://github.com/messense/implib-rs/releases) - [Commits](https://github.com/messense/implib-rs/compare/v0.4.0...v0.5.2) --- updated-dependencies: - dependency-name: implib dependency-version: 0.5.2 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..becbf6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ anyhow = "1.0" cc = "1.0" glob = "0.3" itertools = "0.14" -implib = "0.4.0" +implib = "0.5.2" object = { version = "0.38.0", default-features = false, features = ["std", "read_core", "pe"] } cargo-platform = "0.3.1" clap_complete = "4.5.65"