Skip to content

Commit 714ccf8

Browse files
chore(deps): Bump crossbeam-utils from 0.8.15 to 0.8.16 (vectordotdev#17674)
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.15 to 0.8.16. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crossbeam-rs/crossbeam/releases">crossbeam-utils's releases</a>.</em></p> <blockquote> <h2>crossbeam-utils 0.8.16</h2> <ul> <li>Improve implementation of <code>CachePadded</code>. (<a href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/967">#967</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/de26ec7f2fa5f2d6ab0a96145e49eefcc03897e9"><code>de26ec7</code></a> Prepare for the next release</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/6732decf4812dd3354752423742e2d6c2ab9d573"><code>6732dec</code></a> Bump <code>memoffset</code> to v0.9</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/82786c50f38e3dbe9d901cc82a16f5fbee6c1eaa"><code>82786c5</code></a> Regenerate no_atomic</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/1c9af435a54d899ac7f11b3525972a63bfdc5038"><code>1c9af43</code></a> Don't <code>allow(dropping_copy_types)</code></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/e784567e0bf306397479cf29b870d1848541f0f1"><code>e784567</code></a> chore: rename <code>dropping_copy_types</code> lint</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/57750c2b9e45321623df1eeda2a336154d2924c4"><code>57750c2</code></a> Update TSAN suppressions file</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/9b810088ff4bcea816fca78ffc814c996ab6a03b"><code>9b81008</code></a> Update create-pull-request action to v5</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/a964ffd88afd519f6446854499978cc5fa5a3460"><code>a964ffd</code></a> CachePadded: Use 32-byte alignment on riscv32/sparc/hexagon, 16-byte alignmen...</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/81ff802b19afc9e3ce37b822b3d5681f6e961cb7"><code>81ff802</code></a> Merge <a href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/973">#973</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/04fa0aaac5d8eb099769ec715edd227480728542"><code>04fa0aa</code></a> Prepare for the next release</li> <li>Additional commits viewable in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.15...crossbeam-utils-0.8.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crossbeam-utils&package-manager=cargo&previous-version=0.8.15&new-version=0.8.16)](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 8d98bb8 commit 714ccf8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

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

lib/vector-buffers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bytecheck = { version = "0.6.9", default-features = false, features = ["std"] }
1313
bytes = { version = "1.4.0", default-features = false }
1414
crc32fast = { version = "1.3.2", default-features = false }
1515
crossbeam-queue = { version = "0.3.8", default-features = false, features = ["std"] }
16-
crossbeam-utils = { version = "0.8.15", default-features = false }
16+
crossbeam-utils = { version = "0.8.16", default-features = false }
1717
fslock = { version = "0.2.1", default-features = false, features = ["std"] }
1818
futures = { version = "0.3.28", default-features = false, features = ["std"] }
1919
memmap2 = { version = "0.7.0", default-features = false }

lib/vector-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async-stream = "0.3.5"
4545
bytes = { version = "1.4.0", default-features = false, optional = true }
4646
chrono-tz = { version = "0.8.2", default-features = false, features = ["serde"] }
4747
chrono = { version = "0.4", default-features = false, optional = true, features = ["clock"] }
48-
crossbeam-utils = { version = "0.8.15", default-features = false }
48+
crossbeam-utils = { version = "0.8.16", default-features = false }
4949
derivative = "2.1.3"
5050
futures = { version = "0.3.28", default-features = false, features = ["std"] }
5151
indexmap = { version = "~1.9.3", default-features = false }

lib/vector-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async-trait = { version = "0.1", default-features = false }
1111
bitmask-enum = { version = "2.1.0", default-features = false }
1212
bytes = { version = "1.4.0", default-features = false, features = ["serde"] }
1313
chrono = { version = "0.4.19", default-features = false, features = ["serde"] }
14-
crossbeam-utils = { version = "0.8.15", default-features = false }
14+
crossbeam-utils = { version = "0.8.16", default-features = false }
1515
db-key = { version = "0.0.5", default-features = false, optional = true }
1616
dyn-clone = { version = "1.0.11", default-features = false }
1717
enrichment = { path = "../enrichment", optional = true }

0 commit comments

Comments
 (0)