From 21c62bec5bfbe0a3c273caa084fe7ad2da170d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:28:48 +0000 Subject: [PATCH] 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 `67d3195` to `e02e4ae` - [Release notes](https://github.com/librespot-org/librespot/releases) - [Commits](https://github.com/librespot-org/librespot/compare/67d31959f5125d3fe5fab5e6e95436a01bb3cef6...e02e4ae224173fe63612e7542d656b0eadabc719) Updates `librespot-oauth` from `67d3195` to `e02e4ae` - [Release notes](https://github.com/librespot-org/librespot/releases) - [Commits](https://github.com/librespot-org/librespot/compare/67d31959f5125d3fe5fab5e6e95436a01bb3cef6...e02e4ae224173fe63612e7542d656b0eadabc719) Updates `librespot-playback` from `67d3195` to `e02e4ae` - [Release notes](https://github.com/librespot-org/librespot/releases) - [Commits](https://github.com/librespot-org/librespot/compare/67d31959f5125d3fe5fab5e6e95436a01bb3cef6...e02e4ae224173fe63612e7542d656b0eadabc719) Updates `librespot-protocol` from `67d3195` to `e02e4ae` - [Release notes](https://github.com/librespot-org/librespot/releases) - [Commits](https://github.com/librespot-org/librespot/compare/67d31959f5125d3fe5fab5e6e95436a01bb3cef6...e02e4ae224173fe63612e7542d656b0eadabc719) --- updated-dependencies: - 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] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce63053c..5d76d204 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2161,7 +2161,7 @@ dependencies = [ [[package]] name = "librespot-audio" version = "0.5.0-dev" -source = "git+https://github.com/librespot-org/librespot?branch=dev#67d31959f5125d3fe5fab5e6e95436a01bb3cef6" +source = "git+https://github.com/librespot-org/librespot?branch=dev#e02e4ae224173fe63612e7542d656b0eadabc719" dependencies = [ "aes", "byteorder", @@ -2183,7 +2183,7 @@ dependencies = [ [[package]] name = "librespot-core" version = "0.5.0-dev" -source = "git+https://github.com/librespot-org/librespot?branch=dev#67d31959f5125d3fe5fab5e6e95436a01bb3cef6" +source = "git+https://github.com/librespot-org/librespot?branch=dev#e02e4ae224173fe63612e7542d656b0eadabc719" dependencies = [ "aes", "base64 0.22.1", @@ -2237,7 +2237,7 @@ dependencies = [ [[package]] name = "librespot-metadata" version = "0.5.0-dev" -source = "git+https://github.com/librespot-org/librespot?branch=dev#67d31959f5125d3fe5fab5e6e95436a01bb3cef6" +source = "git+https://github.com/librespot-org/librespot?branch=dev#e02e4ae224173fe63612e7542d656b0eadabc719" dependencies = [ "async-trait", "byteorder", @@ -2255,7 +2255,7 @@ dependencies = [ [[package]] name = "librespot-oauth" version = "0.5.0-dev" -source = "git+https://github.com/librespot-org/librespot?branch=dev#67d31959f5125d3fe5fab5e6e95436a01bb3cef6" +source = "git+https://github.com/librespot-org/librespot?branch=dev#e02e4ae224173fe63612e7542d656b0eadabc719" dependencies = [ "log", "oauth2", @@ -2266,7 +2266,7 @@ dependencies = [ [[package]] name = "librespot-playback" version = "0.5.0-dev" -source = "git+https://github.com/librespot-org/librespot?branch=dev#67d31959f5125d3fe5fab5e6e95436a01bb3cef6" +source = "git+https://github.com/librespot-org/librespot?branch=dev#e02e4ae224173fe63612e7542d656b0eadabc719" dependencies = [ "alsa", "byteorder", @@ -2293,7 +2293,7 @@ dependencies = [ [[package]] name = "librespot-protocol" version = "0.5.0-dev" -source = "git+https://github.com/librespot-org/librespot?branch=dev#67d31959f5125d3fe5fab5e6e95436a01bb3cef6" +source = "git+https://github.com/librespot-org/librespot?branch=dev#e02e4ae224173fe63612e7542d656b0eadabc719" dependencies = [ "protobuf", "protobuf-codegen",