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.17` | `4.5.18` |
| [librespot-core](https://github.com/librespot-org/librespot) | ``0be490f`` | ``67d3195`` |
| [librespot-oauth](https://github.com/librespot-org/librespot) | ``0be490f`` | ``67d3195`` |
| [librespot-playback](https://github.com/librespot-org/librespot) | ``0be490f`` | ``67d3195`` |
| [librespot-protocol](https://github.com/librespot-org/librespot) | ``0be490f`` | ``67d3195`` |
| [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.13` | `0.2.0` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.29` |


Updates `clap` from 4.5.17 to 4.5.18
- [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.17...clap_complete-v4.5.18)

Updates `librespot-core` from `0be490f` to `67d3195`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](0be490f58d...67d31959f5)

Updates `librespot-oauth` from `0be490f` to `67d3195`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](0be490f58d...67d31959f5)

Updates `librespot-playback` from `0be490f` to `67d3195`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](0be490f58d...67d31959f5)

Updates `librespot-protocol` from `0be490f` to `67d3195`
- [Release notes](https://github.com/librespot-org/librespot/releases)
- [Commits](0be490f58d...67d31959f5)

Updates `unicode-width` from 0.1.13 to 0.2.0
- [Commits](https://github.com/unicode-rs/unicode-width/commits)

Updates `clap_complete` from 4.5.26 to 4.5.29
- [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.26...clap_complete-v4.5.29)

---
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: unicode-width
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-09-23 07:18:00 +00:00
committed by Henrik Friedrichsen
parent 4ac180816d
commit 00936edf9a
3 changed files with 30 additions and 68 deletions

90
Cargo.lock generated
View File

@@ -606,18 +606,18 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.5.17" version = "4.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac" checksum = "b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
] ]
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.5.17" version = "4.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73" checksum = "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",
@@ -627,9 +627,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_complete" name = "clap_complete"
version = "4.5.26" version = "4.5.29"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "205d5ef6d485fa47606b98b0ddc4ead26eb850aaa86abfb562a94fb3280ecba0" checksum = "8937760c3f4c60871870b8c3ee5f9b30771f792a7045c48bcbba999d7d6b3b8e"
dependencies = [ dependencies = [
"clap", "clap",
] ]
@@ -921,7 +921,7 @@ dependencies = [
"signal-hook", "signal-hook",
"termion", "termion",
"unicode-segmentation", "unicode-segmentation",
"unicode-width", "unicode-width 0.1.14",
] ]
[[package]] [[package]]
@@ -952,7 +952,7 @@ dependencies = [
"serde_json", "serde_json",
"time", "time",
"unicode-segmentation", "unicode-segmentation",
"unicode-width", "unicode-width 0.1.14",
"xi-unicode", "xi-unicode",
] ]
@@ -2161,7 +2161,7 @@ dependencies = [
[[package]] [[package]]
name = "librespot-audio" name = "librespot-audio"
version = "0.5.0-dev" version = "0.5.0-dev"
source = "git+https://github.com/librespot-org/librespot?branch=dev#0be490f58d77487050ead7a2cbd4d22d9a872f13" source = "git+https://github.com/librespot-org/librespot?branch=dev#67d31959f5125d3fe5fab5e6e95436a01bb3cef6"
dependencies = [ dependencies = [
"aes", "aes",
"byteorder", "byteorder",
@@ -2183,7 +2183,7 @@ dependencies = [
[[package]] [[package]]
name = "librespot-core" name = "librespot-core"
version = "0.5.0-dev" version = "0.5.0-dev"
source = "git+https://github.com/librespot-org/librespot?branch=dev#0be490f58d77487050ead7a2cbd4d22d9a872f13" source = "git+https://github.com/librespot-org/librespot?branch=dev#67d31959f5125d3fe5fab5e6e95436a01bb3cef6"
dependencies = [ dependencies = [
"aes", "aes",
"base64 0.22.1", "base64 0.22.1",
@@ -2237,7 +2237,7 @@ dependencies = [
[[package]] [[package]]
name = "librespot-metadata" name = "librespot-metadata"
version = "0.5.0-dev" version = "0.5.0-dev"
source = "git+https://github.com/librespot-org/librespot?branch=dev#0be490f58d77487050ead7a2cbd4d22d9a872f13" source = "git+https://github.com/librespot-org/librespot?branch=dev#67d31959f5125d3fe5fab5e6e95436a01bb3cef6"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"byteorder", "byteorder",
@@ -2255,7 +2255,7 @@ dependencies = [
[[package]] [[package]]
name = "librespot-oauth" name = "librespot-oauth"
version = "0.5.0-dev" version = "0.5.0-dev"
source = "git+https://github.com/librespot-org/librespot?branch=dev#0be490f58d77487050ead7a2cbd4d22d9a872f13" source = "git+https://github.com/librespot-org/librespot?branch=dev#67d31959f5125d3fe5fab5e6e95436a01bb3cef6"
dependencies = [ dependencies = [
"log", "log",
"oauth2", "oauth2",
@@ -2266,7 +2266,7 @@ dependencies = [
[[package]] [[package]]
name = "librespot-playback" name = "librespot-playback"
version = "0.5.0-dev" version = "0.5.0-dev"
source = "git+https://github.com/librespot-org/librespot?branch=dev#0be490f58d77487050ead7a2cbd4d22d9a872f13" source = "git+https://github.com/librespot-org/librespot?branch=dev#67d31959f5125d3fe5fab5e6e95436a01bb3cef6"
dependencies = [ dependencies = [
"alsa", "alsa",
"byteorder", "byteorder",
@@ -2293,7 +2293,7 @@ dependencies = [
[[package]] [[package]]
name = "librespot-protocol" name = "librespot-protocol"
version = "0.5.0-dev" version = "0.5.0-dev"
source = "git+https://github.com/librespot-org/librespot?branch=dev#0be490f58d77487050ead7a2cbd4d22d9a872f13" source = "git+https://github.com/librespot-org/librespot?branch=dev#67d31959f5125d3fe5fab5e6e95436a01bb3cef6"
dependencies = [ dependencies = [
"protobuf", "protobuf",
"protobuf-codegen", "protobuf-codegen",
@@ -2487,7 +2487,7 @@ dependencies = [
"tokio-stream", "tokio-stream",
"tokio-util", "tokio-util",
"toml", "toml",
"unicode-width", "unicode-width 0.2.0",
"url", "url",
"zbus", "zbus",
] ]
@@ -4373,7 +4373,7 @@ dependencies = [
"libc", "libc",
"memchr", "memchr",
"ntapi", "ntapi",
"windows 0.57.0", "windows 0.56.0",
] ]
[[package]] [[package]]
@@ -4834,9 +4834,15 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
[[package]] [[package]]
name = "unicode-width" name = "unicode-width"
version = "0.1.13" version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
[[package]]
name = "unicode-width"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
[[package]] [[package]]
name = "untrusted" name = "untrusted"
@@ -5207,16 +5213,6 @@ dependencies = [
"windows-targets 0.52.6", "windows-targets 0.52.6",
] ]
[[package]]
name = "windows"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
dependencies = [
"windows-core 0.57.0",
"windows-targets 0.52.6",
]
[[package]] [[package]]
name = "windows-core" name = "windows-core"
version = "0.52.0" version = "0.52.0"
@@ -5242,20 +5238,8 @@ version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6" checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
dependencies = [ dependencies = [
"windows-implement 0.56.0", "windows-implement",
"windows-interface 0.56.0", "windows-interface",
"windows-result 0.1.2",
"windows-targets 0.52.6",
]
[[package]]
name = "windows-core"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
dependencies = [
"windows-implement 0.57.0",
"windows-interface 0.57.0",
"windows-result 0.1.2", "windows-result 0.1.2",
"windows-targets 0.52.6", "windows-targets 0.52.6",
] ]
@@ -5271,17 +5255,6 @@ dependencies = [
"syn 2.0.77", "syn 2.0.77",
] ]
[[package]]
name = "windows-implement"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.77",
]
[[package]] [[package]]
name = "windows-interface" name = "windows-interface"
version = "0.56.0" version = "0.56.0"
@@ -5293,17 +5266,6 @@ dependencies = [
"syn 2.0.77", "syn 2.0.77",
] ]
[[package]]
name = "windows-interface"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.77",
]
[[package]] [[package]]
name = "windows-registry" name = "windows-registry"
version = "0.2.0" version = "0.2.0"

View File

@@ -38,7 +38,7 @@ codegen-units = 16
[dependencies] [dependencies]
chrono = "0.4" chrono = "0.4"
clap = "4.5.17" clap = "4.5.18"
arboard = {version = "3.4", optional = true} arboard = {version = "3.4", optional = true}
crossbeam-channel = "0.5" crossbeam-channel = "0.5"
zbus = {version = "4.4.0", default-features = false, features = ["tokio"], optional = true} zbus = {version = "4.4.0", default-features = false, features = ["tokio"], optional = true}
@@ -66,7 +66,7 @@ tokio = {version = "1", features = ["rt-multi-thread", "sync", "time", "net"]}
tokio-util = {version = "0.7.12", features = ["codec"]} tokio-util = {version = "0.7.12", features = ["codec"]}
tokio-stream = {version = "0.1.16", features = ["sync"]} tokio-stream = {version = "0.1.16", features = ["sync"]}
toml = "0.8" toml = "0.8"
unicode-width = "0.1.13" unicode-width = "0.2.0"
url = "2.5" url = "2.5"
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]

View File

@@ -7,8 +7,8 @@ edition = "2021"
[dependencies] [dependencies]
clap_mangen = "0.2.23" clap_mangen = "0.2.23"
clap_complete = "4.5.26" clap_complete = "4.5.29"
clap = "4.5.17" clap = "4.5.18"
[dependencies.ncspot] [dependencies.ncspot]
default-features = false default-features = false