From 22d75a07302837c2d823a9454e96d2e90e6a2de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 10:39:09 +0000 Subject: [PATCH] Bump libc from 0.2.178 to 0.2.180 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.178 to 0.2.180. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.180/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.178...0.2.180) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.180 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bazelfe-bazel-wrapper/Cargo.toml | 2 +- bazelfe-core/Cargo.toml | 2 +- bzl-remote-core/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 629104628..f5e87fd82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1956,9 +1956,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.178" +version = "0.2.180" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" +checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" [[package]] name = "linux-raw-sys" diff --git a/bazelfe-bazel-wrapper/Cargo.toml b/bazelfe-bazel-wrapper/Cargo.toml index b21a5ddaf..f9034ebf6 100644 --- a/bazelfe-bazel-wrapper/Cargo.toml +++ b/bazelfe-bazel-wrapper/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1.0.228", features = ["derive"] } thiserror = "2.0.17" fork = { version = "0.3.1", optional = true } stdio-override = { version = "0.1.3", optional = true } -libc = "0.2.178" +libc = "0.2.180" crossbeam-channel = { version = "0.5.15", optional = true } notify = { version = "8.2.0", optional = true } tokio-serde = { version = "0.9.0", features = ["bincode"], optional = true } diff --git a/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index 9eea422d7..73409632f 100644 --- a/bazelfe-core/Cargo.toml +++ b/bazelfe-core/Cargo.toml @@ -73,7 +73,7 @@ thiserror = "2.0.17" fork = { version = "0.3.1", optional = true } serde_json = "1.0.145" stdio-override = { version = "0.1.3", optional = true } -libc = "0.2.178" +libc = "0.2.180" crossbeam-channel = { version = "0.5.15", optional = true } notify = { version = "8.2.0", optional = true } tokio-serde = { version = "0.9.0", features = ["bincode"], optional = true } diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index 7eac42a99..06cfc6cf0 100644 --- a/bzl-remote-core/Cargo.toml +++ b/bzl-remote-core/Cargo.toml @@ -37,7 +37,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_derive = "1.0.152" toml = "0.9.8" thiserror = "2.0.17" -libc = "0.2.178" +libc = "0.2.180" crossbeam-channel = { version = "0.5.15" } tokio-util = { version = "0.7.17", features = ["compat"] } sha2 = "0.10.9"