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

build(deps): bump ctrlc from 3.4.0 to 3.4.1

Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/Detegr/rust-ctrlc/releases)
- [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.4.0...3.4.1)

---
updated-dependencies:
- dependency-name: ctrlc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-04 14:56:47 +00:00 committed by GitHub
parent 0df3d4c725
commit af674bb769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 4 deletions

View file

@ -93,7 +93,7 @@ smithay-client-toolkit = { version = "0.17.0", default-features = false, feature
"calloop",
] }
universal-config = { version = "0.4.3", default_features = false }
ctrlc = "3.4.0"
ctrlc = "3.4.1"
lazy_static = "1.4.0"
async_once = "0.2.6"