[PR #373] [MERGED] chore(deps): bump crossbeam-utils from 0.8.14 to 0.8.15 #895

Closed
opened 2026-01-05 14:53:20 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/373
Author: @dependabot[bot]
Created: 3/6/2023
Status: Merged
Merged: 3/28/2023
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/crossbeam-utils-0.8.15


📝 Commits (1)

  • 083fd75 chore(deps): bump crossbeam-utils from 0.8.14 to 0.8.15

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps crossbeam-utils from 0.8.14 to 0.8.15.

Release notes

Sourced from crossbeam-utils's releases.

crossbeam-utils 0.8.15

  • Add #[clippy::has_significant_drop] to ShardedLock{Read,Write}Guard. (#958)
  • Improve handling of very large timeout. (#953)
  • Soft-deprecate thread::scope() in favor of the more efficient std::thread::scope that stabilized on Rust 1.63. (#954)
Commits
  • 721382b Merge #964
  • 3f4e797 Prepare for the next release
  • a03ceeb Revert "Use dtolnay/rust-toolchain action"
  • 56397a1 Handle min-atomic-width in no_atomic.sh
  • 6871c00 Mark some structures with #[clippy::has_significant_drop]
  • 78a4331 Deps: update to memoffset 0.8
  • 7df683c Make scope() function soft-deprecated
  • 923d050 Wait forever on very large timeout
  • b13bdb0 Fix AtomicCell is_lock_free test on armv7
  • 34dd9d5 limit batch steal size
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/373 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/6/2023 **Status:** ✅ Merged **Merged:** 3/28/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/crossbeam-utils-0.8.15` --- ### 📝 Commits (1) - [`083fd75`](https://github.com/LGUG2Z/komorebi/commit/083fd7585ae57f915144ce3523cd47972985c859) chore(deps): bump crossbeam-utils from 0.8.14 to 0.8.15 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.14 to 0.8.15. <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.15</h2> <ul> <li>Add <code>#[clippy::has_significant_drop]</code> to <code>ShardedLock{Read,Write}Guard</code>. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/958">#958</a>)</li> <li>Improve handling of very large timeout. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/953">#953</a>)</li> <li>Soft-deprecate <code>thread::scope()</code> in favor of the more efficient <code>std::thread::scope</code> that stabilized on Rust 1.63. (<a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/954">#954</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/721382b00b5dadd81954ed66764d547e2f1bb7a3"><code>721382b</code></a> Merge <a href="https://github-redirect.dependabot.com/crossbeam-rs/crossbeam/issues/964">#964</a></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/3f4e797306ee0a0ce20c201274058140e2f0e21e"><code>3f4e797</code></a> Prepare for the next release</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/a03ceeb7d63faca59a15ba2e254e244e1821e299"><code>a03ceeb</code></a> Revert &quot;Use dtolnay/rust-toolchain action&quot;</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/56397a1d3d86b1eeb2a0bfb56dabf48362c1aaff"><code>56397a1</code></a> Handle min-atomic-width in no_atomic.sh</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/6871c0025a5841550cc83549b6f7f30c8ecaa7f6"><code>6871c00</code></a> Mark some structures with <code>#[clippy::has_significant_drop]</code></li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/78a4331f60653d5622ec9ec5660dd03f830a5549"><code>78a4331</code></a> Deps: update to memoffset 0.8</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/7df683c8ce23ecea87f2e2cd1f84b7fa357a9dd0"><code>7df683c</code></a> Make <code>scope()</code> function soft-deprecated</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/923d05052684e443ff45f9a5c1339237edce99f2"><code>923d050</code></a> Wait forever on very large timeout</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/b13bdb07a6dbc6a1195923dc2e805b767b679872"><code>b13bdb0</code></a> Fix AtomicCell is_lock_free test on armv7</li> <li><a href="https://github.com/crossbeam-rs/crossbeam/commit/34dd9d5de02fcfb8820d3605f26abb2c8e9e0753"><code>34dd9d5</code></a> limit batch steal size</li> <li>See full diff in <a href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.14...crossbeam-utils-0.8.15">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.14&new-version=0.8.15)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:53:20 +01:00
adam closed this issue 2026-01-05 14:53:20 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#895