From df09e9700052df364c39dd668af58a33cd80de30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:08:10 +0000 Subject: [PATCH] Bump indexmap from 2.12.0 to 2.12.1 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.12.0 to 2.12.1. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.12.0...2.12.1) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- fxprof-processed-profile/Cargo.toml | 2 +- samply/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93cab0489..86821495b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -897,9 +897,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" [[package]] name = "hashlink" @@ -1151,12 +1151,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.12.0" +version = "2.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" +checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" dependencies = [ "equivalent", - "hashbrown 0.16.0", + "hashbrown 0.16.1", "serde", "serde_core", ] diff --git a/fxprof-processed-profile/Cargo.toml b/fxprof-processed-profile/Cargo.toml index 43730a5db..36a303608 100644 --- a/fxprof-processed-profile/Cargo.toml +++ b/fxprof-processed-profile/Cargo.toml @@ -16,7 +16,7 @@ serde = "1.0.204" serde_derive = "1.0.188" debugid = "0.8.0" rustc-hash = "2" -indexmap = { version = "2.7", features = ["serde"] } +indexmap = { version = "2.12", features = ["serde"] } [dev-dependencies] assert-json-diff = "2.0.1" diff --git a/samply/Cargo.toml b/samply/Cargo.toml index c2751192b..b1335b066 100644 --- a/samply/Cargo.toml +++ b/samply/Cargo.toml @@ -55,7 +55,7 @@ shlex = "1.3.0" samply-debugid = { version = "0.1.0", path = "../samply-debugid" } samply-quota-manager = { version = "0.1.0", path = "../samply-quota-manager" } samply-object = { version = "0.1.0", path = "../samply-object" } -indexmap = "2.9.0" +indexmap = "2.12.1" [target.'cfg(any(target_os = "android", target_os = "macos", target_os = "linux"))'.dependencies]