From 56d7da71830d7c4be5806a31c046987d9face92e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:58:14 +0000 Subject: [PATCH] chore(deps): bump the cargo group with 7 updates Bumps the cargo group with 7 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.19` | `4.5.20` | | [librespot-core](https://github.com/librespot-org/librespot) | ``8b769e0`` | ``f43ed29`` | | [librespot-oauth](https://github.com/librespot-org/librespot) | ``8b769e0`` | ``f43ed29`` | | [librespot-playback](https://github.com/librespot-org/librespot) | ``8b769e0`` | ``f43ed29`` | | [librespot-protocol](https://github.com/librespot-org/librespot) | ``8b769e0`` | ``f43ed29`` | | [clap_mangen](https://github.com/clap-rs/clap) | `0.2.23` | `0.2.24` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.32` | `4.5.33` | Updates `clap` from 4.5.19 to 4.5.20 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.19...clap_complete-v4.5.20) Updates `librespot-core` from `8b769e0` to `f43ed29` - [Release notes](https://github.com/librespot-org/librespot/releases) - [Commits](https://github.com/librespot-org/librespot/compare/8b769e035b978deea95d105441f01b65ac15f302...f43ed299708d4f265e0fb69a0313ba2f22b74331) Updates `librespot-oauth` from `8b769e0` to `f43ed29` - [Release notes](https://github.com/librespot-org/librespot/releases) - [Commits](https://github.com/librespot-org/librespot/compare/8b769e035b978deea95d105441f01b65ac15f302...f43ed299708d4f265e0fb69a0313ba2f22b74331) Updates `librespot-playback` from `8b769e0` to `f43ed29` - [Release notes](https://github.com/librespot-org/librespot/releases) - [Commits](https://github.com/librespot-org/librespot/compare/8b769e035b978deea95d105441f01b65ac15f302...f43ed299708d4f265e0fb69a0313ba2f22b74331) Updates `librespot-protocol` from `8b769e0` to `f43ed29` - [Release notes](https://github.com/librespot-org/librespot/releases) - [Commits](https://github.com/librespot-org/librespot/compare/8b769e035b978deea95d105441f01b65ac15f302...f43ed299708d4f265e0fb69a0313ba2f22b74331) Updates `clap_mangen` from 0.2.23 to 0.2.24 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.23...clap_mangen-v0.2.24) Updates `clap_complete` from 4.5.32 to 4.5.33 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.32...clap_complete-v4.5.33) --- updated-dependencies: - dependency-name: clap 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 - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 ++++++++++++++-------------- Cargo.toml | 2 +- xtask/Cargo.toml | 6 +++--- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 509274c..76225b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,18 +606,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.19" +version = "4.5.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615" +checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.5.19" +version = "4.5.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b" +checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" dependencies = [ "anstream", "anstyle", @@ -627,9 +627,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.32" +version = "4.5.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74a01f4f9ee6c066d42a1c8dedf0dcddad16c72a8981a309d6398de3a75b0c39" +checksum = "9646e2e245bf62f45d39a0f3f36f1171ad1ea0d6967fd114bca72cb02a8fcdfb" dependencies = [ "clap", ] @@ -642,9 +642,9 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" [[package]] name = "clap_mangen" -version = "0.2.23" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f17415fd4dfbea46e3274fcd8d368284519b358654772afb700dc2e8d2b24eeb" +checksum = "fbae9cbfdc5d4fa8711c09bd7b83f644cb48281ac35bf97af3e47b0675864bdf" dependencies = [ "clap", "roff", @@ -2161,7 +2161,7 @@ dependencies = [ [[package]] name = "librespot-audio" version = "0.5.0-dev" -source = "git+https://github.com/librespot-org/librespot?branch=dev#8b769e035b978deea95d105441f01b65ac15f302" +source = "git+https://github.com/librespot-org/librespot?branch=dev#f43ed299708d4f265e0fb69a0313ba2f22b74331" dependencies = [ "aes", "bytes", @@ -2181,7 +2181,7 @@ dependencies = [ [[package]] name = "librespot-core" version = "0.5.0-dev" -source = "git+https://github.com/librespot-org/librespot?branch=dev#8b769e035b978deea95d105441f01b65ac15f302" +source = "git+https://github.com/librespot-org/librespot?branch=dev#f43ed299708d4f265e0fb69a0313ba2f22b74331" dependencies = [ "aes", "base64 0.22.1", @@ -2235,7 +2235,7 @@ dependencies = [ [[package]] name = "librespot-metadata" version = "0.5.0-dev" -source = "git+https://github.com/librespot-org/librespot?branch=dev#8b769e035b978deea95d105441f01b65ac15f302" +source = "git+https://github.com/librespot-org/librespot?branch=dev#f43ed299708d4f265e0fb69a0313ba2f22b74331" dependencies = [ "async-trait", "bytes", @@ -2252,7 +2252,7 @@ dependencies = [ [[package]] name = "librespot-oauth" version = "0.5.0-dev" -source = "git+https://github.com/librespot-org/librespot?branch=dev#8b769e035b978deea95d105441f01b65ac15f302" +source = "git+https://github.com/librespot-org/librespot?branch=dev#f43ed299708d4f265e0fb69a0313ba2f22b74331" dependencies = [ "log", "oauth2", @@ -2263,7 +2263,7 @@ dependencies = [ [[package]] name = "librespot-playback" version = "0.5.0-dev" -source = "git+https://github.com/librespot-org/librespot?branch=dev#8b769e035b978deea95d105441f01b65ac15f302" +source = "git+https://github.com/librespot-org/librespot?branch=dev#f43ed299708d4f265e0fb69a0313ba2f22b74331" dependencies = [ "alsa", "cpal", @@ -2289,7 +2289,7 @@ dependencies = [ [[package]] name = "librespot-protocol" version = "0.5.0-dev" -source = "git+https://github.com/librespot-org/librespot?branch=dev#8b769e035b978deea95d105441f01b65ac15f302" +source = "git+https://github.com/librespot-org/librespot?branch=dev#f43ed299708d4f265e0fb69a0313ba2f22b74331" dependencies = [ "protobuf", "protobuf-codegen", diff --git a/Cargo.toml b/Cargo.toml index 445c8c5..8b6a99c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ codegen-units = 16 [dependencies] chrono = "0.4" -clap = "4.5.19" +clap = "4.5.20" arboard = {version = "3.4", optional = true} crossbeam-channel = "0.5" zbus = {version = "4.4.0", default-features = false, features = ["tokio"], optional = true} diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index bdd9208..7845e1f 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -6,9 +6,9 @@ version = "0.1.0" edition = "2021" [dependencies] -clap_mangen = "0.2.23" -clap_complete = "4.5.32" -clap = "4.5.19" +clap_mangen = "0.2.24" +clap_complete = "4.5.33" +clap = "4.5.20" [dependencies.ncspot] default-features = false