From faf68d6c2cecc5a0ddc23c7ae033d029d6f13236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:18:53 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.176 to 0.2.177 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.176 to 0.2.177. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.177/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.176...0.2.177) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.177 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 3b8cea40..6024d804 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -884,9 +884,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.176" +version = "0.2.177" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" +checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" [[package]] name = "libm" diff --git a/Cargo.toml b/Cargo.toml index e4568bf3..621dbc78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ static_assertions = "^1.1.0" bitfield = "^0.19" uuid = { version = "^1.18", features = ["serde"] } hex = "0.4.3" -libc = "0.2.176" +libc = "0.2.177" lazy_static = "1.4.0" p384 = { version = "0.13.0", optional = true } rsa = { version = "0.9.6", optional = true }