From ae655c2b8a4c17b543540bc9d6e580bfb4b365f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:27:55 +0000 Subject: [PATCH] Bump libc from 0.2.159 to 0.2.160 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.159 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.159...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 2b49b01b..d7c7d4c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1954,9 +1954,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.159" +version = "0.2.160" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" +checksum = "f0b21006cd1874ae9e650973c565615676dc4a274c965bb0a73796dac838ce4f" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index 2a27b861..55ef05c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ deno_unsync = "0.4.1" rustyline = {version = "=14.0.0", optional = true} winapi = {version = "=0.3.9", optional = true, features = ["commapi", "knownfolders", "mswsock", "objbase", "psapi", "shlobj", "tlhelp32", "winbase", "winerror", "winuser", "winsock2", "processenv", "wincon", "wincontypes", "consoleapi"]} nix = {version = "=0.29.0", optional = true, features = ["term"]} -libc = {version = "0.2.159", optional = true} +libc = {version = "0.2.160", optional = true} once_cell = {version = "1.19.0", optional = true} [dev-dependencies]