mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 14:21:03 +02:00
Merge pull request #901 from JakeStanger/dependabot/cargo/libc-0.2.171
build(deps): bump libc from 0.2.170 to 0.2.171
This commit is contained in:
commit
0cd62d8ddd
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1746,9 +1746,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libc"
|
name = "libc"
|
||||||
version = "0.2.170"
|
version = "0.2.171"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
|
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libcorn"
|
name = "libcorn"
|
||||||
|
|
|
@ -144,7 +144,7 @@ chrono = { version = "0.4.40", optional = true, default-features = false, featur
|
||||||
# keyboard
|
# keyboard
|
||||||
input = { version = "0.9.1", optional = true }
|
input = { version = "0.9.1", optional = true }
|
||||||
evdev-rs = { version = "0.6.1", optional = true }
|
evdev-rs = { version = "0.6.1", optional = true }
|
||||||
libc = { version = "0.2.170", optional = true }
|
libc = { version = "0.2.171", optional = true }
|
||||||
|
|
||||||
# music
|
# music
|
||||||
mpd-utils = { version = "0.2.1", optional = true }
|
mpd-utils = { version = "0.2.1", optional = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue