mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
Merge pull request #214 from JakeStanger/dependabot/cargo/mpd_client-1.2.0
build(deps): bump mpd_client from 1.1.0 to 1.2.0
This commit is contained in:
commit
c2cf41a8b0
2 changed files with 8 additions and 7 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
@ -19,10 +19,11 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|||
|
||||
[[package]]
|
||||
name = "ahash"
|
||||
version = "0.7.6"
|
||||
version = "0.8.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
||||
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"getrandom",
|
||||
"once_cell",
|
||||
"version_check",
|
||||
|
@ -1819,9 +1820,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mpd_client"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "09acf3ba374ec87b03c0ca60f648dc3f7d045d4b8a4254553217f9098fef9039"
|
||||
checksum = "404d259536e210a3a7b0a2278fe11bb51e4da6eeed680aa86dea56e4da94d771"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"mpd_protocol",
|
||||
|
@ -1831,9 +1832,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mpd_protocol"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "afcc158275b88361fed416b6efe013286b8fe0c8929bbd569504e5992f638693"
|
||||
checksum = "ad01bc4af0a4cb256a49c8cf6dc7e20ce90fafc994dda919eaaa03885bb91e3a"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"bytes",
|
||||
|
|
|
@ -113,7 +113,7 @@ nix = { version = "0.26.2", optional = true, features = ["event"] }
|
|||
chrono = { version = "0.4.26", optional = true }
|
||||
|
||||
# music
|
||||
mpd_client = { version = "1.0.0", optional = true }
|
||||
mpd_client = { version = "1.2.0", optional = true }
|
||||
mpris = { version = "2.0.1", optional = true }
|
||||
|
||||
# sys_info
|
||||
|
|
Loading…
Add table
Reference in a new issue