Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2022

Bumps slab from 0.4.2 to 0.4.6.

Release notes

Sourced from slab's releases.

v0.4.6

  • Add Slab::vacant_key (#114)
  • Fix stacked borrows violation in Slab::get2_unchecked_mut (#115)

v0.4.5

  • Add alternate debug output for listing items in the slab (#108)
  • Fix typo in debug output of IntoIter (#109)
  • Impl 'Clone' for 'Iter' (#110)

v0.4.4

  • Fix panic in FromIterator impl (#102)
  • Fix compatibility with older clippy versions (#104)
  • Add try_remove method (#89)
  • Implement ExactSizeIterator and FusedIterator for iterators (#92)
Changelog

Sourced from slab's changelog.

0.4.6 (April 2, 2022)

  • Add Slab::vacant_key (#114)
  • Fix stacked borrows violation in Slab::get2_unchecked_mut (#115)

0.4.5 (October 13, 2021)

  • Add alternate debug output for listing items in the slab (#108)
  • Fix typo in debug output of IntoIter (#109)
  • Impl 'Clone' for 'Iter' (#110)

0.4.4 (August 06, 2021)

  • Fix panic in FromIterator impl (#102)
  • Fix compatibility with older clippy versions (#104)
  • Add try_remove method (#89)
  • Implement ExactSizeIterator and FusedIterator for iterators (#92)

0.4.3 (April 20, 2021)

  • Add no_std support for Rust 1.36 and above (#71).
  • Add get2_mut and get2_unchecked_mut methods (#65).
  • Make shrink_to_fit() remove trailing vacant entries (#62).
  • Implement FromIterator<(usize, T)> (#62).
  • Implement IntoIterator<Item = (usize, T)> (#62).
  • Provide size_hint() of the iterators (#62).
  • Make all iterators reversible (#62).
  • Add key_of() method (#61)
  • Add compact() method (#60)
  • Add support for serde (#85)
Commits

Dependabot compatibility score

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 commands and options

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 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)

Bumps [slab](https://github.com/tokio-rs/slab) from 0.4.2 to 0.4.6.
- [Release notes](https://github.com/tokio-rs/slab/releases)
- [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/slab@v0.4.2...v0.4.6)

---
updated-dependencies:
- dependency-name: slab
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies rust Pull requests that update Rust code labels Apr 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies rust Pull requests that update Rust code
Development

Successfully merging this pull request may close these issues.

0 participants