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

chore(deps): bump the cargo group with 5 updates #1522

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2024

Bumps the cargo group with 5 updates:

Package From To
libc 0.2.158 0.2.159
librespot-core e02e4ae 118a9e1
librespot-oauth e02e4ae 118a9e1
librespot-playback e02e4ae 118a9e1
librespot-protocol e02e4ae 118a9e1

Updates libc from 0.2.158 to 0.2.159

Release notes

Sourced from libc's releases.

0.2.159

Added

Fixed

Changed

Changelog

Sourced from libc's changelog.

0.2.159 - 2024-09-24

Added

Fixed

Changed

Commits
  • 7373a1a chore: release (#3862)
  • 48668be Merge pull request #3931 from tgross35/backport-remove-tmp-file
  • 28bb64b Remove temporary file that was added by accident
  • a515d07 Merge pull request #3904 from tgross35/backport-buildrs-fix
  • abcb8f8 Simplify the RUSTC_WRAPPER check
  • 5078335 Fix rustc version when clippy-driver is used
  • 57a7d46 Merge pull request #3902 from tgross35/backport-horizon-network
  • a3e8869 Revise network definitions for HorizonOS
  • fdd3a26 Merge pull request #3900 from tgross35/espid-cherry-pick
  • 35060e8 Merge pull request #3901 from tgross35/backport-epoll_pwait2
  • Additional commits viewable in compare view

Updates librespot-core from e02e4ae to 118a9e1

Commits

Updates librespot-oauth from e02e4ae to 118a9e1

Commits

Updates librespot-playback from e02e4ae to 118a9e1

Commits

Updates librespot-protocol from e02e4ae to 118a9e1

Commits

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

Bumps the cargo group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [libc](https://github.com/rust-lang/libc) | `0.2.158` | `0.2.159` |
| [librespot-core](https://github.com/librespot-org/librespot) | ``e02e4ae`` | ``118a9e1`` |
| [librespot-oauth](https://github.com/librespot-org/librespot) | ``e02e4ae`` | ``118a9e1`` |
| [librespot-playback](https://github.com/librespot-org/librespot) | ``e02e4ae`` | ``118a9e1`` |
| [librespot-protocol](https://github.com/librespot-org/librespot) | ``e02e4ae`` | ``118a9e1`` |


Updates `libc` from 0.2.158 to 0.2.159
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.159/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.158...0.2.159)

Updates `librespot-core` from `e02e4ae` to `118a9e1`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](librespot-org/librespot@e02e4ae...118a9e1)

Updates `librespot-oauth` from `e02e4ae` to `118a9e1`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](librespot-org/librespot@e02e4ae...118a9e1)

Updates `librespot-playback` from `e02e4ae` to `118a9e1`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](librespot-org/librespot@e02e4ae...118a9e1)

Updates `librespot-protocol` from `e02e4ae` to `118a9e1`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](librespot-org/librespot@e02e4ae...118a9e1)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: librespot-core
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: librespot-oauth
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: librespot-playback
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: librespot-protocol
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 27, 2024
@hrkfdn hrkfdn merged commit 0b8b56f into main Sep 27, 2024
5 checks passed
@hrkfdn hrkfdn deleted the dependabot/cargo/cargo-852a3bd45d branch September 27, 2024 12:36
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant