1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 14:21:03 +02:00

Merge pull request #994 from JakeStanger/dependabot/cargo/ctrlc-3.4.7

build(deps): bump ctrlc from 3.4.6 to 3.4.7
This commit is contained in:
Jake Stanger 2025-05-20 10:59:19 +01:00 committed by GitHub
commit 0914ea3972
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 17 deletions

20
Cargo.lock generated
View file

@ -567,11 +567,11 @@ dependencies = [
[[package]]
name = "ctrlc"
version = "3.4.6"
version = "3.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
checksum = "46f93780a459b7d656ef7f071fe699c4d3d2cb201c4b24d085b6ddc505276e73"
dependencies = [
"nix 0.29.0",
"nix",
"windows-sys 0.59.0",
]
@ -2183,18 +2183,6 @@ dependencies = [
"tempfile",
]
[[package]]
name = "nix"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
dependencies = [
"bitflags 2.9.0",
"cfg-if",
"cfg_aliases",
"libc",
]
[[package]]
name = "nix"
version = "0.30.1"
@ -4491,7 +4479,7 @@ dependencies = [
"futures-core",
"futures-lite",
"hex",
"nix 0.30.1",
"nix",
"ordered-stream",
"serde",
"serde_repr",

View file

@ -138,7 +138,7 @@ smithay-client-toolkit = { version = "0.18.1", default-features = false, feature
"calloop",
] }
universal-config = { version = "0.5.1", default-features = false }
ctrlc = "3.4.6"
ctrlc = "3.4.7"
cfg-if = "1.0.0"
# cli