mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
build(deps): bump slab from 0.4.9 to 0.4.10 (#37492)
Bumps [slab](https://github.com/tokio-rs/slab) from 0.4.9 to 0.4.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/slab/releases">slab's releases</a>.</em></p> <blockquote> <h2>v0.4.10</h2> <ul> <li>Add <code>Slab::get_disjoint_mut</code> (<a href="https://redirect.github.com/tokio-rs/slab/issues/149">#149</a>)</li> <li>Drop build script and <code>autocfg</code> dependency (<a href="https://redirect.github.com/tokio-rs/slab/issues/150">#150</a>)</li> <li>Fix redundant import warning in no_std builds (<a href="https://redirect.github.com/tokio-rs/slab/issues/143">#143</a>)</li> <li>Fix <code>clippy::needless_lifetimes</code> warning (<a href="https://redirect.github.com/tokio-rs/slab/issues/147">#147</a>)</li> <li>Internal CI improvements (<a href="https://redirect.github.com/tokio-rs/slab/issues/141">#141</a>, <a href="https://redirect.github.com/tokio-rs/slab/issues/146">#146</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md">slab's changelog</a>.</em></p> <blockquote> <h1>0.4.10 (June 15, 2025)</h1> <ul> <li>Add <code>Slab::get_disjoint_mut</code> (<a href="https://redirect.github.com/tokio-rs/slab/issues/149">#149</a>)</li> <li>Drop build script and <code>autocfg</code> dependency (<a href="https://redirect.github.com/tokio-rs/slab/issues/150">#150</a>)</li> <li>Fix redundant import warning in no_std builds (<a href="https://redirect.github.com/tokio-rs/slab/issues/143">#143</a>)</li> <li>Fix <code>clippy::needless_lifetimes</code> warning (<a href="https://redirect.github.com/tokio-rs/slab/issues/147">#147</a>)</li> <li>Internal CI improvements (<a href="https://redirect.github.com/tokio-rs/slab/issues/141">#141</a>, <a href="https://redirect.github.com/tokio-rs/slab/issues/146">#146</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="6a1b675665
"><code>6a1b675</code></a> Release v0.4.10 (<a href="https://redirect.github.com/tokio-rs/slab/issues/151">#151</a>)</li> <li><a href="f801afe5cb
"><code>f801afe</code></a> feat: add <code>get_disjoint_mut</code> (<a href="https://redirect.github.com/tokio-rs/slab/issues/149">#149</a>)</li> <li><a href="8e65636d42
"><code>8e65636</code></a> Bump MSRV to v1.46 (<a href="https://redirect.github.com/tokio-rs/slab/issues/150">#150</a>)</li> <li><a href="30e8dd746a
"><code>30e8dd7</code></a> Fix clippy::needless_lifetimes warning (<a href="https://redirect.github.com/tokio-rs/slab/issues/147">#147</a>)</li> <li><a href="fecdd68a53
"><code>fecdd68</code></a> Fix CI failures (<a href="https://redirect.github.com/tokio-rs/slab/issues/146">#146</a>)</li> <li><a href="f7b621f6cf
"><code>f7b621f</code></a> Always set #![no_std] to fix redundant import warning (<a href="https://redirect.github.com/tokio-rs/slab/issues/143">#143</a>)</li> <li><a href="334a8373bd
"><code>334a837</code></a> Update CI config (<a href="https://redirect.github.com/tokio-rs/slab/issues/141">#141</a>)</li> <li>See full diff in <a href="https://github.com/tokio-rs/slab/compare/v0.4.9...v0.4.10">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
c9acd443a0
commit
ef5e9b5f4d
1 changed files with 2 additions and 5 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -7248,12 +7248,9 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
|||
|
||||
[[package]]
|
||||
name = "slab"
|
||||
version = "0.4.9"
|
||||
version = "0.4.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
]
|
||||
checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
|
||||
|
||||
[[package]]
|
||||
name = "slotmap"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue