Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump dashmap from 5.4.0 to 5.5.0 (vectordotdev#17938)
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.4.0 to 5.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/xacrimon/dashmap/releases">dashmap's releases</a>.</em></p> <blockquote> <h2>v5.5.0</h2> <p>Hey folks. This time is not especially different. This release contains QoL improvements, some bugfixes to get around panics and then panic message improvement as well as the usual ephemeral dep updates.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xacrimon/dashmap/commit/ea4ea24a633ec81ed8bee8595e0485f57956c700"><code>ea4ea24</code></a> v5.5.0</li> <li><a href="https://github.com/xacrimon/dashmap/commit/018f0a16713a2d4f0798761beb0c8cba20937063"><code>018f0a1</code></a> assert that the shard count is not 1 (<a href="https://github.com/xacrimon/dashmap/issues/273">#273</a>)</li> <li><a href="https://github.com/xacrimon/dashmap/commit/6616a8d28c164f5e6169ebdc4699a2511d88c9cc"><code>6616a8d</code></a> fmt</li> <li><a href="https://github.com/xacrimon/dashmap/commit/3b418466edd8918244d9ecc30ddff3b37ae73c4c"><code>3b41846</code></a> Entry insert (<a href="https://github.com/xacrimon/dashmap/issues/226">#226</a>)</li> <li><a href="https://github.com/xacrimon/dashmap/commit/079faeb02ba339c08b68eb2f8ce80d6e3a0c2145"><code>079faeb</code></a> feat: implement Display and AsRef for MappedRef (<a href="https://github.com/xacrimon/dashmap/issues/261">#261</a>)</li> <li><a href="https://github.com/xacrimon/dashmap/commit/dcc97f8ddbca6013b2bbad3105263421360e6da6"><code>dcc97f8</code></a> Implement <code>Serialize</code> for reference types (<a href="https://github.com/xacrimon/dashmap/issues/264">#264</a>)</li> <li><a href="https://github.com/xacrimon/dashmap/commit/4c7568cce60e82fbc1cc9f808c56b3c54eb187b8"><code>4c7568c</code></a> add support for arbitrary (<a href="https://github.com/xacrimon/dashmap/issues/272">#272</a>)</li> <li><a href="https://github.com/xacrimon/dashmap/commit/d36311e6340800d3f2c2bdf0f34f72bd234dfa2b"><code>d36311e</code></a> update deps & toolchain to stable-1.64 (<a href="https://github.com/xacrimon/dashmap/issues/271">#271</a>)</li> <li><a href="https://github.com/xacrimon/dashmap/commit/7f9522c5286cfbbb78df15f00f87b8331cb875d6"><code>7f9522c</code></a> fmt (<a href="https://github.com/xacrimon/dashmap/issues/251">#251</a>)</li> <li><a href="https://github.com/xacrimon/dashmap/commit/8a0149d31b83aeff844f87f64df00b084c1199ca"><code>8a0149d</code></a> Add <code>shards_mut()</code> and <code>into_shards()</code> to <code>DashMap</code> and <code>shards()</code> to `ReadOn...</li> <li>Additional commits viewable in <a href="https://github.com/xacrimon/dashmap/compare/v5.4.0...v5.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dashmap&package-manager=cargo&previous-version=5.4.0&new-version=5.5.0)](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 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>
- Loading branch information