From 086f472bc0295431222d09c3b14ba1d97f31a9d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:22:08 +0000 Subject: [PATCH] chore: bump libc from 0.2.155 to 0.2.167 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.155 to 0.2.167. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.167/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.155...0.2.167) --- updated-dependencies: - dependency-name: libc 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 931653c0..a329191c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,9 +307,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.155" +version = "0.2.167" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index d919f0c9..45bf632c 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.167" streaming-iterator = "0.1.5" bitflags = "2.6.0" humantime = {version = "2.1.0", optional = true}