From abd8aae239d8fb275efdbe7481823a908d1c1b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:48:09 +0000 Subject: [PATCH] chore: bump libc from 0.2.155 to 0.2.174 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.155 to 0.2.174. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.174/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.155...0.2.174) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.174 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 92169d96a..19e67e4a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -299,9 +299,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.155" +version = "0.2.174" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index a43a771d1..7d00b4711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ codegen-units=1 [dependencies] thiserror = "1.0" -libc = "0.2.155" +libc = "0.2.174" streaming-iterator = "0.1.5" serde = {version = "1.0.203", features = ["derive"], optional = true} serde_json = {version = "1.0.120", optional = true}