From 24a1a5c320944a0651ec00ccd6b37ee3cfb58c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 14:47:34 +0000 Subject: [PATCH] build(deps): bump object from 0.36.7 to 0.37.3 Bumps [object](https://github.com/gimli-rs/object) from 0.36.7 to 0.37.3. - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.36.7...0.37.3) --- updated-dependencies: - dependency-name: object dependency-version: 0.37.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef4650c8b..244d100ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1749,9 +1749,9 @@ dependencies = [ [[package]] name = "object" -version = "0.37.1" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03fd943161069e1768b4b3d050890ba48730e590f57e56d4aa04e7e090e61b4a" +checksum = "b8b28f24bd43920cd8e0bc4f9c6553e8b93221c512cb9a1014987fc89d36f830" dependencies = [ "flate2", "memchr", @@ -2786,7 +2786,7 @@ dependencies = [ "mime", "nix 0.28.0", "number_prefix", - "object 0.37.1", + "object 0.38.0", "opendal", "openssl", "predicates", diff --git a/Cargo.toml b/Cargo.toml index b64964078..a2be2ff67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ memchr = "2" memmap2 = "0.9.4" mime = "0.3" number_prefix = "0.4" -object = "0.37" +object = "0.38" opendal = { version = "0.54.0", optional = true, default-features = false } openssl = { version = "0.10.75", optional = true } rand = "0.8.4"