1
0
Fork 0
mirror of https://github.com/helix-editor/helix.git synced 2025-04-07 04:47:45 +03:00

build(deps): bump libc from 0.2.151 to 0.2.152 ()

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-09 09:51:58 +09:00 committed by GitHub
parent f4212421da
commit bad10a5ddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
helix-term

View file

@ -73,7 +73,7 @@ grep-searcher = "0.1.13"
[target.'cfg(not(windows))'.dependencies] # https://github.com/vorner/signal-hook/issues/100
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
libc = "0.2.151"
libc = "0.2.152"
[target.'cfg(target_os = "macos")'.dependencies]
crossterm = { version = "0.27", features = ["event-stream", "use-dev-tty"] }