From 14e2484d4ef0a0848c2961bf9a89f4727526551e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 08:34:51 +0100 Subject: [PATCH] Bump object from 0.36.3 to 0.36.4 (#1612) Bumps [object](https://github.com/gimli-rs/object) from 0.36.3 to 0.36.4. - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.36.3...0.36.4) --- updated-dependencies: - dependency-name: object dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 024b0d3152..d9297b75c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,7 +198,7 @@ dependencies = [ "llvm_profparser", "nix", "num_cpus", - "object 0.36.3", + "object 0.36.4", "proc-macro2", "procfs", "quick-xml", @@ -1032,9 +1032,9 @@ dependencies = [ [[package]] name = "object" -version = "0.36.3" +version = "0.36.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9" +checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a" dependencies = [ "flate2", "memchr",