Skip to content

Commit

Permalink
chore(deps): Bump crossbeam-utils from 0.8.15 to 0.8.16 (#17674)
Browse files Browse the repository at this point in the history
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://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://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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 14, 2023
1 parent 8d98bb8 commit 714ccf8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bytecheck = { version = "0.6.9", default-features = false, features = ["std"] }
bytes = { version = "1.4.0", default-features = false }
crc32fast = { version = "1.3.2", default-features = false }
crossbeam-queue = { version = "0.3.8", default-features = false, features = ["std"] }
crossbeam-utils = { version = "0.8.15", default-features = false }
crossbeam-utils = { version = "0.8.16", default-features = false }
fslock = { version = "0.2.1", default-features = false, features = ["std"] }
futures = { version = "0.3.28", default-features = false, features = ["std"] }
memmap2 = { version = "0.7.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async-stream = "0.3.5"
bytes = { version = "1.4.0", default-features = false, optional = true }
chrono-tz = { version = "0.8.2", default-features = false, features = ["serde"] }
chrono = { version = "0.4", default-features = false, optional = true, features = ["clock"] }
crossbeam-utils = { version = "0.8.15", default-features = false }
crossbeam-utils = { version = "0.8.16", default-features = false }
derivative = "2.1.3"
futures = { version = "0.3.28", default-features = false, features = ["std"] }
indexmap = { version = "~1.9.3", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async-trait = { version = "0.1", default-features = false }
bitmask-enum = { version = "2.1.0", default-features = false }
bytes = { version = "1.4.0", default-features = false, features = ["serde"] }
chrono = { version = "0.4.19", default-features = false, features = ["serde"] }
crossbeam-utils = { version = "0.8.15", default-features = false }
crossbeam-utils = { version = "0.8.16", default-features = false }
db-key = { version = "0.0.5", default-features = false, optional = true }
dyn-clone = { version = "1.0.11", default-features = false }
enrichment = { path = "../enrichment", optional = true }
Expand Down

0 comments on commit 714ccf8

Please sign in to comment.