Skip to content

Commit f1b2f75

Browse files
authored
Update Rust crate indexmap to 2.11.4 (#2600)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [indexmap](https://redirect.github.com/indexmap-rs/indexmap) | workspace.dependencies | patch | `2.11.3` -> `2.11.4` | --- ### Release Notes <details> <summary>indexmap-rs/indexmap (indexmap)</summary> ### [`v2.11.4`](https://redirect.github.com/indexmap-rs/indexmap/blob/HEAD/RELEASES.md#2114-2025-09-18) [Compare Source](https://redirect.github.com/indexmap-rs/indexmap/compare/2.11.3...2.11.4) - Updated the `hashbrown` dependency to a range allowing 0.15 or 0.16. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTguMCIsInVwZGF0ZWRJblZlciI6IjQxLjExOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 1059a6d commit f1b2f75

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ iddqd = "0.3.13"
7272
idna_adapter = "=1.0.0"
7373
indenter = "0.3.4"
7474
indent_write = "2.2.0"
75-
indexmap = "2.11.3"
75+
indexmap = "2.11.4"
7676
indicatif = "0.18.0"
7777
indoc = "2.0.6"
7878
insta = { version = "1.43.2", default-features = false }

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ console = { version = "0.16.0" }
2525
either = { version = "1.15.0", features = ["use_std"] }
2626
form_urlencoded = { version = "1.2.2" }
2727
getrandom = { version = "0.3.3", default-features = false, features = ["std"] }
28-
hashbrown = { version = "0.15.5" }
29-
indexmap = { version = "2.11.3", features = ["serde"] }
28+
hashbrown = { version = "0.16.0", default-features = false, features = ["allocator-api2", "inline-more"] }
29+
indexmap = { version = "2.11.4", features = ["serde"] }
3030
log = { version = "0.4.28", default-features = false, features = ["std"] }
3131
memchr = { version = "2.7.5" }
3232
miette = { version = "7.6.0", features = ["fancy"] }

0 commit comments

Comments
 (0)