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:
40
Cargo.lock
generated
40
Cargo.lock
generated
@@ -68,6 +68,18 @@ dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "alsa"
|
||||
version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
|
||||
dependencies = [
|
||||
"alsa-sys",
|
||||
"bitflags 2.9.3",
|
||||
"cfg-if",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "alsa-sys"
|
||||
version = "0.3.1"
|
||||
@@ -645,7 +657,7 @@ version = "0.16.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f"
|
||||
dependencies = [
|
||||
"alsa",
|
||||
"alsa 0.9.2",
|
||||
"coreaudio-rs",
|
||||
"dasp_sample",
|
||||
"jni",
|
||||
@@ -1992,9 +2004,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "librespot-audio"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1ccbd884e99ad67528a34b7ce54f4ad872bee9f57b232441edb1befb8c60c88b"
|
||||
checksum = "b74b16914796c467c3d0226d9c54f3d36c3792a6b93999da5eb615e7f278f250"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"bytes",
|
||||
@@ -2013,9 +2025,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "librespot-core"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "44bda6a0a394643182ced9bc4cdd0f6ef040852199419fd98a7b30bfb382a79a"
|
||||
checksum = "9aa9afd345c93ceb3ea56ec45eaaa2148d46bc817bc402d74517a94d2506f186"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"base64",
|
||||
@@ -2071,9 +2083,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "librespot-metadata"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d2f186eef62b0b3a156e9c204717e88c404396b36cf8f5c0e298f627bd4d2dca"
|
||||
checksum = "c495437fe220d95897543f7e50b0bbff42293a1dba6f8254aeb2bb7571b8ddda"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bytes",
|
||||
@@ -2089,9 +2101,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "librespot-oauth"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5abefd211d7ab9a850f951258c07a346391f235e512adcd478c069ef7916f8bb"
|
||||
checksum = "9dda061e3efdeb1f13f1663e46ee67f4b244cbefdd6231cad4471dd368787787"
|
||||
dependencies = [
|
||||
"log",
|
||||
"oauth2",
|
||||
@@ -2103,11 +2115,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "librespot-playback"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "20ef81a3ccdff4c31f94b80efd89bfac737daddd94574e97026d86e6e1d072e0"
|
||||
checksum = "eadeeb4427427be4a49f95096783ce2cc65512c3abd4817acf12dff0ba456922"
|
||||
dependencies = [
|
||||
"alsa",
|
||||
"alsa 0.10.0",
|
||||
"cpal",
|
||||
"futures-util",
|
||||
"libpulse-binding",
|
||||
@@ -2131,9 +2143,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "librespot-protocol"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c647bea4e2c8d19215aabdb93c9c2243f09d1500e68cbd0c894d7a2ed822bb43"
|
||||
checksum = "193cdc35135a01dde3f5c3f51de4597ca8b7bec8291c2f0c8ff55d64df25a2ed"
|
||||
dependencies = [
|
||||
"protobuf",
|
||||
"protobuf-codegen",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user