From 4f1ac943283acc7f3d53a08f244af5ad705d7176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:48:18 +0000 Subject: [PATCH] chore(deps): bump libc from 0.2.155 to 0.2.160 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.155 to 0.2.160. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.160/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.155...0.2.160) --- 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 d24996f..a4d465e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1004,9 +1004,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.155" +version = "0.2.160" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +checksum = "f0b21006cd1874ae9e650973c565615676dc4a274c965bb0a73796dac838ce4f" [[package]] name = "line-wrap" diff --git a/Cargo.toml b/Cargo.toml index 3e17bbd..38ef053 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ eyre = "0.6.12" grep = "0.3.1" haikunator = "0.1.2" lazy_static = "1.5.0" -libc = "0.2.155" +libc = "0.2.160" log = "0.4.22" nix = { version = "0.29.0", features = [ "process",