Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(auto merged) chore(deps): bump the patch group with 3 updates #2588

Merged
merged 1 commit into from
Dec 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps the patch group with 3 updates: crossbeam, futures and openssl.

Updates crossbeam from 0.8.2 to 0.8.3

Release notes

Sourced from crossbeam's releases.

crossbeam-utils 0.8.3

  • Make loom dependency optional. (#666)

crossbeam-deque 0.8.3

  • Add Stealer::{steal_batch_with_limit, steal_batch_with_limit_and_pop} methods. (#903)
  • Add Injector::{steal_batch_with_limit, steal_batch_with_limit_and_pop} methods. (#903)

crossbeam 0.8.3

  • Bump the minimum supported Rust version to 1.61. (#1037)
Changelog

Sourced from crossbeam's changelog.

Version 0.8.3

  • Bump the minimum supported Rust version to 1.61. (#1037)
Commits
  • 95d0bd0 Prepare for the next release
  • 65f0b07 Automatically cancel outdated CI runs on PR
  • ecc994e Update compile_fail doctest
  • 26d6fd9 Use Layout::extend and clean up code around alloc
  • 4aeb87e epoch: Remove dependency on memoffset
  • cc65773 Do not iterate elements in bounded queue/channel's destructor when needs_drop...
  • 60c3372 Relax MSRV of channel, queue, and utils to 1.60
  • dd8b72e Migrate to Rust 2021
  • 2d66acb Add resolver = "2"
  • 06e851f AtomicCell: Use CachePadded in sharded global locks
  • Additional commits viewable in compare view

Updates futures from 0.3.29 to 0.3.30

Release notes

Sourced from futures's releases.

0.3.30

  • Add {BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of (#2797)
  • Fix panic in FuturesUnordered::clear (#2809)
  • Fix panic in AsyncBufReadExt::fill_buf (#2801, #2812)
  • Improve support for targets without atomic CAS (#2811)
  • Remove build scripts (#2811)
Changelog

Sourced from futures's changelog.

0.3.30 - 2023-12-24

  • Add {BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of (#2797)
  • Fix panic in FuturesUnordered::clear (#2809)
  • Fix panic in AsyncBufReadExt::fill_buf (#2801, #2812)
  • Improve support for targets without atomic CAS (#2811)
  • Remove build scripts (#2811)
Commits
  • de1a0fd Release 0.3.30
  • 68d2845 Remove a redundant space in example (#2816)
  • fdd2ce7 Fix broken link in CopyBufAbortable docs (#2815)
  • 272a3c7 Use cfg(target_has_atomic) on no-std targets
  • c179201 FillBuf: Do not call poll_fill_buf twice
  • e6735f3 FuturesUnordered: Fix clear implementation
  • 04d01a0 FuturesOrdered: Use 64-bit index
  • e4aa659 remove redundant impl Unpin
  • 17851c1 provide a mechanism to determine if io read/write halves are from the same st...
  • 4910799 provide a non-destructive mechanism to determine if a sink/stream are paired
  • Additional commits viewable in compare view

Updates openssl from 0.10.61 to 0.10.62

Release notes

Sourced from openssl's releases.

openssl-v0.10.62

What's Changed

New Contributors

Full Changelog: sfackler/rust-openssl@openssl-v0.10.61...openssl-v0.10.62

Commits
  • 4c98550 Merge pull request #2133 from alex/bump-for-release
  • c2c52d8 Release openssl v0.10.62 and openssl-sys v0.9.98
  • 5176570 Merge pull request #2129 from nicklaswj/add_curve_brainpoolP320r1
  • f6ed2c0 Add nid for curve brainpoolP320r1
  • 994939b Merge pull request #2126 from overvenus/rand-priv-bytes
  • 6d2fce2 Fix legacy OpenSSL build
  • ec8f096 Add rand_priv_bytes
  • 5b4edd8 Merge pull request #2124 from botovq/libressl-390
  • 4d83202 X509V3_EXT_add_alias() will be removed
  • 8a4db4b X509_PURPOSE_get0() will return a const pointer
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 25, 2023
@github-actions github-actions bot changed the title chore(deps): bump the patch group with 3 updates (auto merged) chore(deps): bump the patch group with 3 updates Dec 25, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 25, 2023

Codecov Report

Merging #2588 (6003749) into main (85ec6d0) will not change coverage.
Report is 9 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2588   +/-   ##
=======================================
  Coverage   65.88%   65.88%           
=======================================
  Files         133      133           
  Lines       16819    16819           
=======================================
  Hits        11081    11081           
  Misses       5738     5738           

@dependabot dependabot bot force-pushed the dependabot/cargo/patch-91db6ac126 branch from 9f39e2b to f02910c Compare December 25, 2023 02:19
Bumps the patch group with 3 updates: [crossbeam](https://github.com/crossbeam-rs/crossbeam), [futures](https://github.com/rust-lang/futures-rs) and [openssl](https://github.com/sfackler/rust-openssl).


Updates `crossbeam` from 0.8.2 to 0.8.3
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](crossbeam-rs/crossbeam@crossbeam-0.8.2...crossbeam-0.8.3)

Updates `futures` from 0.3.29 to 0.3.30
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.29...0.3.30)

Updates `openssl` from 0.10.61 to 0.10.62
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.61...openssl-v0.10.62)

---
updated-dependencies:
- dependency-name: crossbeam
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: openssl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/patch-91db6ac126 branch from f02910c to 6003749 Compare December 25, 2023 02:36
@utam0k utam0k merged commit 6f1db26 into main Dec 25, 2023
26 checks passed
@utam0k utam0k deleted the dependabot/cargo/patch-91db6ac126 branch December 25, 2023 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants