From 6d1553b8500fe6a58e9bcfb33973f7f755b87aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:36:37 +0000 Subject: [PATCH] Bump object from 0.36.5 to 0.36.7 Bumps [object](https://github.com/gimli-rs/object) from 0.36.5 to 0.36.7. - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.36.5...0.36.7) --- updated-dependencies: - dependency-name: object dependency-type: direct:production update-type: version-update:semver-patch ... 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 c46ddc1d..028908e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ dependencies = [ [[package]] name = "object" -version = "0.36.5" +version = "0.36.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" +checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" dependencies = [ "crc32fast", "flate2", diff --git a/Cargo.toml b/Cargo.toml index cd0106f3..dac9c202 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rustdoc-args = ["--allow", "warnings"] [dependencies] gimli = { version = "0.31.1", features = ["write"] } logos = "0.15.0" -object = { version = "0.36.5", features = ["write"] } +object = { version = "0.36.7", features = ["write"] } proc = { workspace = true } unescaper = "0.1.5"