chore(deps): bump the cargo group with 4 updates (#1696)

* chore(deps): bump the cargo group with 4 updates

Bumps the cargo group with 4 updates: [librespot-core](https://github.com/librespot-org/librespot), [librespot-oauth](https://github.com/librespot-org/librespot), [librespot-playback](https://github.com/librespot-org/librespot) and [librespot-protocol](https://github.com/librespot-org/librespot).


Updates `librespot-core` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Changelog](https://github.com/librespot-org/librespot/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/librespot-org/librespot/compare/v0.7.0...v0.7.1)

Updates `librespot-oauth` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Changelog](https://github.com/librespot-org/librespot/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/librespot-org/librespot/compare/v0.7.0...v0.7.1)

Updates `librespot-playback` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Changelog](https://github.com/librespot-org/librespot/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/librespot-org/librespot/compare/v0.7.0...v0.7.1)

Updates `librespot-protocol` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Changelog](https://github.com/librespot-org/librespot/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/librespot-org/librespot/compare/v0.7.0...v0.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update librespot-oauth

* Update librespot-protocol

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henrik Friedrichsen <henrik@affekt.org>
This commit is contained in:
dependabot[bot]
2025-09-01 15:39:33 +02:00
committed by GitHub
parent 2d4507dfc9
commit 4e36c27dda
2 changed files with 30 additions and 18 deletions

View File

@@ -52,10 +52,10 @@ fern = "0.7"
futures = "0.3"
ioctl-rs = {version = "0.2", optional = true}
libc = "0.2.175"
librespot-core = "0.7.0"
librespot-oauth = "0.7.0"
librespot-playback = {version = "0.7.0", default-features = false, features = ["native-tls"]}
librespot-protocol = "0.7.0"
librespot-core = "0.7.1"
librespot-oauth = "0.7.1"
librespot-playback = {version = "0.7.1", default-features = false, features = ["native-tls"]}
librespot-protocol = "0.7.1"
log = "0.4.27"
pancurses = {version = "0.17.0", optional = true}
parse_duration = "2.1.1"