From fa5f71c534fb05de4492335c4ba82fc5d00b7efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 07:47:42 +0000 Subject: [PATCH] chore(deps): bump libc in the cargo-updates group Bumps the cargo-updates group with 1 update: [libc](https://github.com/rust-lang/libc). Updates `libc` from 0.2.181 to 0.2.182 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.182/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.181...0.2.182) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.182 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30fa18c..fd06e30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,9 +198,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.181" +version = "0.2.182" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5" +checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" [[package]] name = "log" diff --git a/Cargo.toml b/Cargo.toml index b1e9f37..a8e4f92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2024" anyhow = "1.0.100" clap = { version = "4.5.58", features = ["derive"] } env_logger = "0.11.8" -libc = "0.2.180" +libc = "0.2.182" log = "0.4.29" mktemp-rs = "0.2.0" nix = { version = "0.30.1", features = ["signal"] }