aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot]2023-06-06 02:13:28 +0000
committerGitHub2023-06-06 02:13:28 +0000
commitcd01dc886aa9e2ee6422476b90e508974437480e (patch)
tree8bcf354b4226e7826a66aae1526462e431325a8c /helix-term/Cargo.toml
parenta2b8cfdb8c8c97ba01bc7913cab15df94705f462 (diff)
build(deps): bump libc from 0.2.144 to 0.2.145 (#7244)
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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index f7496087..1c3543d3 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -68,7 +68,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.144"
+libc = "0.2.145"
[build-dependencies]
helix-loader = { version = "0.6", path = "../helix-loader" }