changeset 6738:6efd502bf320

build(deps): bump libc in the rust-dependencies group (#13389)
author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
date Tue, 22 Apr 2025 15:10:48 +0900
parents d59f1981748f
children 423233883798
files Cargo.lock helix-term/Cargo.toml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.lock	Fri Apr 18 23:59:53 2025 +0900
+++ b/Cargo.lock	Tue Apr 22 15:10:48 2025 +0900
@@ -1911,9 +1911,9 @@
 
 [[package]]
 name = "libc"
-version = "0.2.171"
+version = "0.2.172"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
+checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 
 [[package]]
 name = "libloading"
--- a/helix-term/Cargo.toml	Fri Apr 18 23:59:53 2025 +0900
+++ b/helix-term/Cargo.toml	Tue Apr 22 15:10:48 2025 +0900
@@ -93,7 +93,7 @@
 
 [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.171"
+libc = "0.2.172"
 
 [target.'cfg(target_os = "macos")'.dependencies]
 crossterm = { version = "0.28", features = ["event-stream", "use-dev-tty", "libc"] }