From ce868deb7c8029a26c8aad12c74a647660bb2a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 12:32:36 +0500 Subject: [PATCH] chore(deps): bump libc from 0.2.177 to 0.2.183 (#40) Bumps [libc](https://github.com/rust-lang/libc) from 0.2.177 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.177...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- reporter/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5648e03..a1fcdb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1705,9 +1705,9 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "libc" -version = "0.2.177" +version = "0.2.183" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" [[package]] name = "libm" diff --git a/reporter/Cargo.toml b/reporter/Cargo.toml index 2f07969..12a6d42 100644 --- a/reporter/Cargo.toml +++ b/reporter/Cargo.toml @@ -34,7 +34,7 @@ rmp-serde = "1.3.1" serde = { version = "1.0.228", features = ["derive"] } [target.'cfg(unix)'.dependencies] -libc = "0.2.177" +libc = "0.2.183" [build-dependencies] reqwest = { workspace = true, default-features = false, features = ["blocking"] }