Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index f196be0a..f47cec4b 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -98,7 +98,7 @@ crossterm = { version = "0.28", features = ["event-stream"] }
[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.175"
+libc = "0.2.176"
[build-dependencies]
helix-loader = { path = "../helix-loader" }