mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31:03 +02:00
Merge pull request #1055 from JakeStanger/dependabot/cargo/cfg-if-1.0.1
build(deps): bump cfg-if from 1.0.0 to 1.0.1
This commit is contained in:
commit
a00f38bfe9
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -385,9 +385,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cfg-if"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
||||
|
||||
[[package]]
|
||||
name = "cfg_aliases"
|
||||
|
|
|
@ -143,7 +143,7 @@ smithay-client-toolkit = { version = "0.18.1", default-features = false, feature
|
|||
] }
|
||||
universal-config = { version = "0.5.1", default-features = false }
|
||||
ctrlc = "3.4.7"
|
||||
cfg-if = "1.0.0"
|
||||
cfg-if = "1.0.1"
|
||||
|
||||
# cli
|
||||
clap = { version = "4.5.39", optional = true, features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue