From e1bd2d062460d8ab02ce128507a7b8158615e469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 07:55:15 +0000 Subject: [PATCH] chore(deps): bump object from 0.36.7 to 0.38.0 Bumps [object](https://github.com/gimli-rs/object) from 0.36.7 to 0.38.0. - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.36.7...0.38.0) --- updated-dependencies: - dependency-name: object dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7859c1d..7be4745 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -682,9 +682,9 @@ dependencies = [ [[package]] name = "object" -version = "0.36.7" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" +checksum = "b8b28f24bd43920cd8e0bc4f9c6553e8b93221c512cb9a1014987fc89d36f830" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index f307c78..4826051 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [workspace.dependencies] cargo-lock = "10.1.0" -object = { version = "0.36.7", default-features = false, features = ["read"] } +object = { version = "0.38.0", default-features = false, features = ["read"] } serde = "1.0.228" serde_derive = "1.0.228" strum = { version = "0.26.3", features = ["derive"] }