Skip to content

Commit b535d18

Browse files
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://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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b1219f commit b535d18

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/file-source/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ default-features = false
3434
features = ["clock", "serde"]
3535

3636
[dependencies.dashmap]
37-
version = "5.2"
37+
version = "5.5"
3838
default-features = false
3939
features = []
4040

lib/tracing-limit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MPL-2.0"
99
[dependencies]
1010
tracing-core = { version = "0.1", default-features = false }
1111
tracing-subscriber = { version = "0.3", default-features = false, features = ["registry", "std"] }
12-
dashmap = { version = "5.2.0", default-features = false }
12+
dashmap = { version = "5.5.0", default-features = false }
1313

1414
[dev-dependencies]
1515
criterion = "0.5"

0 commit comments

Comments
 (0)