mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
build: bump indexmap from 2.11.4 to 2.14.0 (#44220)
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.11.4 to 2.14.0. <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.14.0 (2026-04-09)</h2> <ul> <li><strong>MSRV</strong>: Rust 1.85.0 or later is now required.</li> <li>Updated the <code>hashbrown</code> dependency to 0.17.</li> <li>Made more <code>map::Slice</code> methods <code>const</code>: <code>new_mut</code>, <code>first_mut</code>, <code>last_mut</code>, <code>split_at_mut</code>, <code>split_at_mut_checked</code>, <code>split_first_mut</code>, <code>split_last_mut</code></li> </ul> <h2>2.13.1 (2026-04-02)</h2> <ul> <li>Made some <code>Slice</code> methods <code>const</code>: <ul> <li><code>map::Slice::{first,last,split_at,split_at_checked,split_first,split_last}</code></li> <li><code>set::Slice::{first,last,split_at,split_at_checked,split_first,split_last}</code></li> </ul> </li> </ul> <h2>2.13.0 (2026-01-07)</h2> <ul> <li>Implemented <code>Clone</code> for <code>IntoKeys</code> and <code>IntoValues</code>.</li> <li>Added <code>map::Slice::split_at_checked</code> and <code>split_at_mut_checked</code>.</li> <li>Added <code>set::Slice::split_at_checked</code>.</li> </ul> <h2>2.12.1 (2025-11-20)</h2> <ul> <li>Simplified a lot of internals using <code>hashbrown</code>'s new bucket API.</li> </ul> <h2>2.12.0 (2025-10-17)</h2> <ul> <li><strong>MSRV</strong>: Rust 1.82.0 or later is now required.</li> <li>Updated the <code>hashbrown</code> dependency to 0.16 alone.</li> <li>Error types now implement <code>core::error::Error</code>.</li> <li>Added <code>pop_if</code> methods to <code>IndexMap</code> and <code>IndexSet</code>, similar to the method for <code>Vec</code> added in Rust 1.86.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="bcd165baeb"><code>bcd165b</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/439">#439</a> from cuviper/release-2.14.0</li> <li><a href="4ef06a729e"><code>4ef06a7</code></a> Release 2.14.0</li> <li><a href="d21826ca93"><code>d21826c</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/438">#438</a> from cuviper/hashbrown-0.17</li> <li><a href="2566bec20d"><code>2566bec</code></a> Upgrade to <code>hashbrown v0.17</code></li> <li><a href="4b62776c3f"><code>4b62776</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/437">#437</a> from cuviper/disjoint-panic</li> <li><a href="478fba2eb0"><code>478fba2</code></a> Normalize the panic doc of <code>get_disjoint_mut</code></li> <li><a href="fb6dafda4e"><code>fb6dafd</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/436">#436</a> from cuviper/const-slice-mut</li> <li><a href="5c237a2ab7"><code>5c237a2</code></a> Make <code>Slice::{first,last,split_*}_mut</code> methods <code>const</code></li> <li><a href="48ff9ce2e3"><code>48ff9ce</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/435">#435</a> from cuviper/edition-2024</li> <li><a href="648be98a31"><code>648be98</code></a> <code>cargo fmt</code> with edition 2024</li> <li>Additional commits viewable in <a href="https://github.com/indexmap-rs/indexmap/compare/2.11.4...2.14.0">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 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:
12
Cargo.lock
generated
12
Cargo.lock
generated
@@ -3557,6 +3557,12 @@ dependencies = [
|
||||
"foldhash 0.2.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "hashbrown"
|
||||
version = "0.17.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
|
||||
|
||||
[[package]]
|
||||
name = "hashlink"
|
||||
version = "0.10.0"
|
||||
@@ -4407,12 +4413,12 @@ checksum = "396dda16a82727ec2d14aabc1167832bb823d849c54a246ca0cff6cfb7bc697c"
|
||||
|
||||
[[package]]
|
||||
name = "indexmap"
|
||||
version = "2.11.4"
|
||||
version = "2.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
|
||||
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
||||
dependencies = [
|
||||
"equivalent",
|
||||
"hashbrown 0.16.1",
|
||||
"hashbrown 0.17.0",
|
||||
"serde",
|
||||
"serde_core",
|
||||
]
|
||||
|
||||
@@ -105,7 +105,7 @@ icu_properties = "1.5.0"
|
||||
icu_segmenter = "1.5.0"
|
||||
image = { version = "0.25", default-features = false, features = ["avif", "rayon", "bmp", "gif", "ico", "jpeg", "png", "webp"] }
|
||||
imsz = "0.4"
|
||||
indexmap = { version = "2.11.4", features = ["std"] }
|
||||
indexmap = { version = "2.14.0", features = ["std"] }
|
||||
inventory = { version = "0.3.24" }
|
||||
ipc-channel = "0.21"
|
||||
itertools = "0.14"
|
||||
|
||||
Reference in New Issue
Block a user