Skip to content

Commit df09e97

Browse files
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](indexmap-rs/indexmap@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] <support@github.com>
1 parent 382a2f9 commit df09e97

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fxprof-processed-profile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde = "1.0.204"
1616
serde_derive = "1.0.188"
1717
debugid = "0.8.0"
1818
rustc-hash = "2"
19-
indexmap = { version = "2.7", features = ["serde"] }
19+
indexmap = { version = "2.12", features = ["serde"] }
2020

2121
[dev-dependencies]
2222
assert-json-diff = "2.0.1"

samply/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ shlex = "1.3.0"
5555
samply-debugid = { version = "0.1.0", path = "../samply-debugid" }
5656
samply-quota-manager = { version = "0.1.0", path = "../samply-quota-manager" }
5757
samply-object = { version = "0.1.0", path = "../samply-object" }
58-
indexmap = "2.9.0"
58+
indexmap = "2.12.1"
5959

6060
[target.'cfg(any(target_os = "android", target_os = "macos", target_os = "linux"))'.dependencies]
6161

0 commit comments

Comments
 (0)