diff options
author | dependabot[bot] | 2024-02-07 08:34:49 +0000 |
---|---|---|
committer | GitHub | 2024-02-07 08:34:49 +0000 |
commit | 72c508de248e363d8a3481ad9d028320361df1fe (patch) | |
tree | 968ec9c16cdb9b8f9a4b4bfbe125b6ce1b569302 /helix-term | |
parent | c64a0e615b3b8e182c02efdb7c67162ec269619f (diff) |
build(deps): bump libc from 0.2.152 to 0.2.153 (#9541)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-term')
-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 9a7162ac..29578297 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -72,7 +72,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.152" +libc = "0.2.153" [target.'cfg(target_os = "macos")'.dependencies] crossterm = { version = "0.27", features = ["event-stream", "use-dev-tty"] } |