diff options
author | dependabot[bot] | 2023-11-09 02:13:03 +0000 |
---|---|---|
committer | GitHub | 2023-11-09 02:13:03 +0000 |
commit | aac7bd9b08c72af161684cefc56fc1a3e59b5b1d (patch) | |
tree | 3dcc934d12b21709cee1f0bdb8b6c65aeeaebdb0 /helix-term/Cargo.toml | |
parent | 91bdceb8b607300516c041977881f94014ae7cde (diff) |
build(deps): bump libc from 0.2.149 to 0.2.150 (#8741)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index a84d372f..c6374de5 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -69,7 +69,7 @@ grep-searcher = "0.1.11" [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.149" +libc = "0.2.150" [target.'cfg(target_os = "macos")'.dependencies] crossterm = { version = "0.27", features = ["event-stream", "use-dev-tty"] } |