From 2c794248a3d5e387afb197f35a4936d620b0c48a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:39:12 +0000 Subject: [PATCH] Bump object from 0.37.3 to 0.38.0 Bumps [object](https://github.com/gimli-rs/object) from 0.37.3 to 0.38.0. - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.37.3...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 | 17 +++++++++++++---- samply-object/Cargo.toml | 2 +- samply-symbols/Cargo.toml | 2 +- samply/Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3dbd5df0c..31f3a5c01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -658,6 +658,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" +[[package]] +name = "foldhash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" + [[package]] name = "form_urlencoded" version = "1.2.2" @@ -873,7 +879,7 @@ version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" dependencies = [ - "foldhash", + "foldhash 0.1.5", ] [[package]] @@ -881,6 +887,9 @@ name = "hashbrown" version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" +dependencies = [ + "foldhash 0.2.0", +] [[package]] name = "hashlink" @@ -1537,13 +1546,13 @@ checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" [[package]] name = "object" -version = "0.37.3" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" +checksum = "b8b28f24bd43920cd8e0bc4f9c6553e8b93221c512cb9a1014987fc89d36f830" dependencies = [ "crc32fast", "flate2", - "hashbrown 0.15.5", + "hashbrown 0.16.0", "indexmap", "memchr", "ruzstd", diff --git a/samply-object/Cargo.toml b/samply-object/Cargo.toml index 9582aec3d..2dd27def5 100644 --- a/samply-object/Cargo.toml +++ b/samply-object/Cargo.toml @@ -15,7 +15,7 @@ version = "0.8.0" [dependencies.object] default-features = false features = ["read_core"] -version = "0.37" +version = "0.38" [dependencies.uuid] default-features = false diff --git a/samply-symbols/Cargo.toml b/samply-symbols/Cargo.toml index 631928969..fc1893d63 100644 --- a/samply-symbols/Cargo.toml +++ b/samply-symbols/Cargo.toml @@ -28,7 +28,7 @@ version = "0.32" [dependencies.object] default-features = false features = ["std", "read_core", "archive", "elf", "macho", "pe", "unaligned", "compression"] -version = "0.37" +version = "0.38" [dependencies] #pdb-addr2line = { path = "../../pdb-addr2line" } diff --git a/samply/Cargo.toml b/samply/Cargo.toml index bd3f16c5f..30c744d0c 100644 --- a/samply/Cargo.toml +++ b/samply/Cargo.toml @@ -111,4 +111,4 @@ features = ["Win32", [dependencies.object] default-features = false features = ["std", "read_core", "elf", "pe", "unaligned", "write"] -version = "0.37" +version = "0.38"