From a22ec3792a446e403ecd14891096e887ec32320b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:45:50 +0000 Subject: [PATCH] build(deps): update object requirement in the cargo-crates group Updates the requirements on [object](https://github.com/gimli-rs/object) to permit the latest version. Updates `object` to 0.38.0 - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.37.0...0.38.0) --- updated-dependencies: - dependency-name: object dependency-version: 0.38.0 dependency-type: direct:production dependency-group: cargo-crates ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4d1111a..5c61670f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ log = { version = "0.4", default-features = false } network-types = { version = "0.1.0", default-features = false } nix = { version = "0.30.1", default-features = false } num_enum = { version = "0.7", default-features = false } -object = { version = "0.37", default-features = false } +object = { version = "0.38", default-features = false } once_cell = { version = "1.20.1", default-features = false } proc-macro2 = { version = "1", default-features = false } proc-macro2-diagnostics = { version = "0.10.1", default-features = false }