From c4ebb066e576b6443d90bd7c57ac162b6faebd02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 12:52:23 +0000 Subject: [PATCH] build(deps): bump libc Bumps the dependencies group with 1 update in the /rust directory: [libc](https://github.com/rust-lang/libc). Updates `libc` from 0.2.183 to 0.2.184 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.183...0.2.184) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.184 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/echo/Cargo.toml | 2 +- rust/runner/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index e0949ea3ec..815318efbc 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -780,9 +780,9 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "libc" -version = "0.2.183" +version = "0.2.184" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" +checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" [[package]] name = "linux-raw-sys" diff --git a/rust/echo/Cargo.toml b/rust/echo/Cargo.toml index dfba98a674..191af87f13 100644 --- a/rust/echo/Cargo.toml +++ b/rust/echo/Cargo.toml @@ -41,7 +41,7 @@ once_cell = { version = "^1.21.4", optional = true } toolshed-test = { path = "../test", optional = true } [dev-dependencies] -libc = "^0.2.183" +libc = "^0.2.184" mio = "^1.2.0" mockall = "^0.14.0" scopeguard = "^1.2.0" diff --git a/rust/runner/Cargo.toml b/rust/runner/Cargo.toml index e1067cc635..2cf800cd61 100644 --- a/rust/runner/Cargo.toml +++ b/rust/runner/Cargo.toml @@ -24,7 +24,7 @@ toolshed-test = { path = "../test", optional = true } [dev-dependencies] assert_matches = "^1.5" -libc = "^0.2.183" +libc = "^0.2.184" mockall = { version = "^0.14.0" } mockall_double = "^0.3" scopeguard = "^1.2"