chore(deps): bump the cargo group with 2 updates
Bumps the cargo group with 2 updates: [clap](https://github.com/clap-rs/clap) and [log](https://github.com/rust-lang/log). Updates `clap` from 4.5.46 to 4.5.47 - [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.46...clap_complete-v4.5.47) Updates `log` from 0.4.27 to 0.4.28 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.27...0.4.28) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: log dependency-version: 0.4.28 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:
committed by
Henrik Friedrichsen
parent
4e36c27dda
commit
6799c188be
12
Cargo.lock
generated
12
Cargo.lock
generated
@@ -494,18 +494,18 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "4.5.46"
|
version = "4.5.47"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2c5e4fcf9c21d2e544ca1ee9d8552de13019a42aa7dbf32747fa7aaf1df76e57"
|
checksum = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap_builder",
|
"clap_builder",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap_builder"
|
name = "clap_builder"
|
||||||
version = "4.5.46"
|
version = "4.5.47"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "fecb53a0e6fcfb055f686001bc2e2592fa527efaf38dbe81a6a9563562e57d41"
|
checksum = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anstyle",
|
"anstyle",
|
||||||
@@ -2187,9 +2187,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "log"
|
name = "log"
|
||||||
version = "0.4.27"
|
version = "0.4.28"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mac-notification-sys"
|
name = "mac-notification-sys"
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ codegen-units = 16
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
clap = "4.5.45"
|
clap = "4.5.47"
|
||||||
arboard = {version = "3.6", optional = true}
|
arboard = {version = "3.6", optional = true}
|
||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
zbus = {version = "5.9.0", default-features = false, features = ["tokio"], optional = true}
|
zbus = {version = "5.9.0", default-features = false, features = ["tokio"], optional = true}
|
||||||
@@ -56,7 +56,7 @@ librespot-core = "0.7.1"
|
|||||||
librespot-oauth = "0.7.1"
|
librespot-oauth = "0.7.1"
|
||||||
librespot-playback = {version = "0.7.1", default-features = false, features = ["native-tls"]}
|
librespot-playback = {version = "0.7.1", default-features = false, features = ["native-tls"]}
|
||||||
librespot-protocol = "0.7.1"
|
librespot-protocol = "0.7.1"
|
||||||
log = "0.4.27"
|
log = "0.4.28"
|
||||||
pancurses = {version = "0.17.0", optional = true}
|
pancurses = {version = "0.17.0", optional = true}
|
||||||
parse_duration = "2.1.1"
|
parse_duration = "2.1.1"
|
||||||
platform-dirs = "0.3.0"
|
platform-dirs = "0.3.0"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ repository.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
clap_mangen = "0.2.29"
|
clap_mangen = "0.2.29"
|
||||||
clap_complete = "4.5.57"
|
clap_complete = "4.5.57"
|
||||||
clap = "4.5.45"
|
clap = "4.5.47"
|
||||||
|
|
||||||
[dependencies.ncspot]
|
[dependencies.ncspot]
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|||||||
Reference in New Issue
Block a user