Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump slotmap from 1.0.6 to 1.0.7 #2345

Merged
merged 2 commits into from
Dec 20, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2024

Bumps slotmap from 1.0.6 to 1.0.7.

Changelog

Sourced from slotmap's changelog.

Version 1.0.7

  • Added clone_from implementations for all slot maps.
  • Added try_insert_with_key methods that accept a fallible closure.
  • Improved performance of insertion and key hashing.
  • Made new_key_type resistant to shadowing.
  • Made iterators clonable regardless of item type clonability.
Commits
  • c905b6c Release 1.0.7.
  • cdee697 Merge pull request #107 from waywardmonkeys/minor-doc-tweaks
  • 4456784 Fix a typo and add some backticks.
  • a7287a2 Merge pull request #99 from chloekek/hash-u64
  • eeaf92e Provide explicit impl Hash for KeyData
  • ce6e1e0 Lint invalid_html_tags has been renamed, but not really necessary.
  • 941c393 Fixed remaining references to global namespace in new_key_type macro.
  • cf7e44c Added utility module.
  • 5575afe Ensure insert always has fast path.
  • 7220adc Cargo fmt and added test case for cloneable iterators.
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 18, 2024
@bdemann
Copy link
Member

bdemann commented Dec 19, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/slotmap-1.0.7 branch from dc7a61c to c67a0de Compare December 19, 2024 19:31
@bdemann
Copy link
Member

bdemann commented Dec 20, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/slotmap-1.0.7 branch from 6ceef6e to e4df7bf Compare December 20, 2024 04:10
@lastmjs
Copy link
Member

lastmjs commented Dec 20, 2024

@dependabot recreate

Bumps [slotmap](https://github.com/orlp/slotmap) from 1.0.6 to 1.0.7.
- [Changelog](https://github.com/orlp/slotmap/blob/master/RELEASES.md)
- [Commits](orlp/slotmap@v1.0.6...v1.0.7)

---
updated-dependencies:
- dependency-name: slotmap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/slotmap-1.0.7 branch from 667e161 to d25e6d4 Compare December 20, 2024 18:10
@lastmjs lastmjs merged commit 34f8375 into main Dec 20, 2024
366 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/slotmap-1.0.7 branch December 20, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants