Skip to content

Commit

Permalink
chore(deps): Bump dashmap from 5.4.0 to 5.5.0 (vectordotdev#17938)
Browse files Browse the repository at this point in the history
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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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 &amp; toolchain to stable-1.64 (<a
href="https://redirect.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://redirect.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
dependabot[bot] committed Jul 11, 2023
1 parent 5b1219f commit b535d18
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/file-source/Cargo.toml
Expand Up @@ -34,7 +34,7 @@ default-features = false
features = ["clock", "serde"]

[dependencies.dashmap]
version = "5.2"
version = "5.5"
default-features = false
features = []

Expand Down
2 changes: 1 addition & 1 deletion lib/tracing-limit/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ license = "MPL-2.0"
[dependencies]
tracing-core = { version = "0.1", default-features = false }
tracing-subscriber = { version = "0.3", default-features = false, features = ["registry", "std"] }
dashmap = { version = "5.2.0", default-features = false }
dashmap = { version = "5.5.0", default-features = false }

[dev-dependencies]
criterion = "0.5"
Expand Down

0 comments on commit b535d18

Please sign in to comment.