mirror of
https://github.com/servo/servo.git
synced 2025-09-20 03:40:09 +01:00
build(deps): bump indexmap from 2.11.3 to 2.11.4 (#39376)
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.11.3 to 2.11.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md">indexmap's changelog</a>.</em></p> <blockquote> <h2>2.11.4 (2025-09-18)</h2> <ul> <li>Updated the <code>hashbrown</code> dependency to a range allowing 0.15 or 0.16.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="03f9e58626
"><code>03f9e58</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/418">#418</a> from a1phyr/hashbrown_0.16</li> <li><a href="ee6080d480
"><code>ee6080d</code></a> Release 2.11.4</li> <li><a href="a7da8f181e
"><code>a7da8f1</code></a> Use a range for hashbrown</li> <li><a href="0cd5aefb44
"><code>0cd5aef</code></a> Update <code>hashbrown</code> to 0.16</li> <li>See full diff in <a href="https://github.com/indexmap-rs/indexmap/compare/2.11.3...2.11.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1473121fe5
commit
608a885ca6
2 changed files with 13 additions and 13 deletions
|
@ -85,7 +85,7 @@ icu_locid = "1.5.0"
|
|||
icu_segmenter = "1.5.0"
|
||||
image = "0.25"
|
||||
imsz = "0.2"
|
||||
indexmap = { version = "2.11.3", features = ["std"] }
|
||||
indexmap = { version = "2.11.4", features = ["std"] }
|
||||
ipc-channel = "0.20"
|
||||
itertools = "0.14"
|
||||
js = { package = "mozjs", git = "https://github.com/servo/mozjs" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue