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

Bump slotmap from 1.0.6 to 1.0.7 #5096

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 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)

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] <support@github.com>
@dependabot dependabot bot added A1-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). R0-silent Changes should not be mentioned in any release notes labels Jul 22, 2024
@bkchr bkchr enabled auto-merge July 22, 2024 21:08
@bkchr bkchr added this pull request to the merge queue Jul 22, 2024
Merged via the queue into master with commit ac98bc3 Jul 22, 2024
165 of 166 checks passed
@bkchr bkchr deleted the dependabot/cargo/slotmap-1.0.7 branch July 22, 2024 22:53
ordian added a commit that referenced this pull request Jul 23, 2024
* master:
  Bump slotmap from 1.0.6 to 1.0.7 (#5096)
  feat: introduce pallet-parameters to Westend to parameterize inflation (#4938)
  Bump openssl from 0.10.64 to 0.10.66 (#5107)
  Bump lycheeverse/lychee-action from 1.9.1 to 1.10.0 (#5094)
  docs: remove the duplicate word (#5095)
  Prepare PVFs if node is a validator in the next session (#4791)
  Update parity publish (#5105)
TarekkMA pushed a commit to moonbeam-foundation/polkadot-sdk that referenced this pull request Aug 2, 2024
Bumps [slotmap](https://github.com/orlp/slotmap) from 1.0.6 to 1.0.7.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/orlp/slotmap/blob/master/RELEASES.md">slotmap's
changelog</a>.</em></p>
<blockquote>
<h1>Version 1.0.7</h1>
<ul>
<li>Added <code>clone_from</code> implementations for all slot
maps.</li>
<li>Added <code>try_insert_with_key</code> methods that accept a
fallible closure.</li>
<li>Improved performance of insertion and key hashing.</li>
<li>Made <code>new_key_type</code> resistant to shadowing.</li>
<li>Made iterators clonable regardless of item type clonability.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/orlp/slotmap/commit/c905b6ced490551476cb7c37778eb8128bdea7ba"><code>c905b6c</code></a>
Release 1.0.7.</li>
<li><a
href="https://github.com/orlp/slotmap/commit/cdee6974d5d57fef62f862ffad9ffe668652d26f"><code>cdee697</code></a>
Merge pull request <a
href="https://github.com/orlp/slotmap/issues/107">#107</a> from
waywardmonkeys/minor-doc-tweaks</li>
<li><a
href="https://github.com/orlp/slotmap/commit/4456784a9bce360ec38005c9f4cbf4b4a6f92162"><code>4456784</code></a>
Fix a typo and add some backticks.</li>
<li><a
href="https://github.com/orlp/slotmap/commit/a7287a2caa80bb4a6d7a380a92a49d48535357a5"><code>a7287a2</code></a>
Merge pull request <a
href="https://github.com/orlp/slotmap/issues/99">#99</a> from
chloekek/hash-u64</li>
<li><a
href="https://github.com/orlp/slotmap/commit/eeaf92e5b3627ac5a2035742c6e2818999ac3d0c"><code>eeaf92e</code></a>
Provide explicit impl Hash for KeyData</li>
<li><a
href="https://github.com/orlp/slotmap/commit/ce6e1e02bb2c2074d8d581e87ad9c2f72ce495c3"><code>ce6e1e0</code></a>
Lint invalid_html_tags has been renamed, but not really necessary.</li>
<li><a
href="https://github.com/orlp/slotmap/commit/941c39301211a03385e8d7915d0d31b6f6f5ecd5"><code>941c393</code></a>
Fixed remaining references to global namespace in new_key_type
macro.</li>
<li><a
href="https://github.com/orlp/slotmap/commit/cf7e44c05d777440687cfa0d439a31fdec50cc3a"><code>cf7e44c</code></a>
Added utility module.</li>
<li><a
href="https://github.com/orlp/slotmap/commit/5575afe1a31c634d5ab15d273ad8793f6711f8b1"><code>5575afe</code></a>
Ensure insert always has fast path.</li>
<li><a
href="https://github.com/orlp/slotmap/commit/7220adc6fa9defb356699f3d96af736e9ef477b5"><code>7220adc</code></a>
Cargo fmt and added test case for cloneable iterators.</li>
<li>Additional commits viewable in <a
href="https://github.com/orlp/slotmap/compare/v1.0.6...v1.0.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=slotmap&package-manager=cargo&previous-version=1.0.6&new-version=1.0.7)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A1-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). R0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants