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

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](https://github.com/rust-lang/libc/compare/0.2.158...0.2.159)

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

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

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

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

---
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>
This commit is contained in:
dependabot[bot]
2024-09-27 12:27:50 +00:00
committed by Henrik Friedrichsen
parent 9e52a13853
commit 0b8b56fb02
2 changed files with 9 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ zbus = {version = "4.4.0", default-features = false, features = ["tokio"], optio
fern = "0.6"
futures = "0.3"
ioctl-rs = {version = "0.2", optional = true}
libc = "0.2.158"
libc = "0.2.159"
librespot-core = { git = "https://github.com/librespot-org/librespot", branch = "dev" }
librespot-oauth = { git = "https://github.com/librespot-org/librespot", branch = "dev" }
librespot-playback = { git = "https://github.com/librespot-org/librespot", branch = "dev" }