From 630f15a42777e61b937a6eb3029ea67afeee10db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 11:04:12 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.175 to 0.2.178 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.175 to 0.2.178. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.178/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.175...0.2.178) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.178 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- conmon-rs/server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33c4614507..1da533b127 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -975,9 +975,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.175" +version = "0.2.178" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" +checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" [[package]] name = "libsystemd" diff --git a/conmon-rs/server/Cargo.toml b/conmon-rs/server/Cargo.toml index 396dfa982b..b06a9841c0 100644 --- a/conmon-rs/server/Cargo.toml +++ b/conmon-rs/server/Cargo.toml @@ -19,7 +19,7 @@ conmon-common = { path = "../common" } futures = { version = "0.3.31", default-features = false, features = ["executor"] } getset = { version = "0.1.6", default-features = false } lazy_static = { version = "1.5.0", default-features = false } -libc = { version = "0.2.175", default-features = false } +libc = { version = "0.2.178", default-features = false } libsystemd = { version = "0.7.2", default-features = false } linereader = { version = "0.4.0", default-features = false } memchr = { version = "2.7.6", default-features = false }