From 50afa0e60219f0a8f1f2d9f3da782f8dd3f29c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 04:40:13 +0000 Subject: [PATCH] chore: bump libc from 0.2.155 to 0.2.175 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.155 to 0.2.175. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.175/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.155...0.2.175) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.175 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..49c6868a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -299,9 +299,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.155" +version = "0.2.175" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index a43a771d1..ebfe546be 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.175" streaming-iterator = "0.1.5" serde = {version = "1.0.203", features = ["derive"], optional = true} serde_json = {version = "1.0.120", optional = true}