From a2f93b2e5acb540a89d1cf04c8242870e07a38a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 14:51:59 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.182 to 0.2.183 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.182 to 0.2.183. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.183/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.182...0.2.183) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.183 dependency-type: direct:production update-type: version-update:semver-patch ... 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 2c61410d..c29ca8cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1593,9 +1593,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.182" +version = "0.2.183" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" +checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" [[package]] name = "libgit2-sys" diff --git a/Cargo.toml b/Cargo.toml index bc53a6cb..0fd95237 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ futures = "0.3.32" human-bandwidth = { version = "0.1.4", features = ["binary-system", "serde"] } ipnet = { version = "2.11.0", features = ["serde"] } jiff = "0.2.15" -libc = "0.2.141" +libc = "0.2.183" netem-trace = { version = "0.4.4", features = [ "human", "mahimahi",