From 8e6d30ec7aabecf02595b0c9c6fe4760188a203f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:40:28 +0000 Subject: [PATCH] build(deps): bump object from 0.36.5 to 0.36.7 in /examples/rust 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] --- examples/rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/rust/Cargo.lock b/examples/rust/Cargo.lock index 11846341..8494a0e9 100644 --- a/examples/rust/Cargo.lock +++ b/examples/rust/Cargo.lock @@ -515,9 +515,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 = [ "flate2", "memchr",