From f744b8593f14f2fb053bbd5c439d474acc3cd136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 02:43:31 +0000 Subject: [PATCH] :arrow_up: Bump libc from 0.2.159 to 0.2.161 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.159 to 0.2.161. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.159...0.2.161) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4961d67..08b4ae0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -850,9 +850,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.159" +version = "0.2.161" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" +checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" [[package]] name = "liblzma" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f1c799e0..77543346 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -44,7 +44,7 @@ windows = { version = "0.58.0", features = [ "Win32_System_Threading", ] } field-offset = { version = "0.3.6", optional = true } -libc = "0.2.159" +libc = "0.2.161" [target.'cfg(target_os = "emscripten")'.dependencies] gix-prompt = "0.8.7"