From b7affaaf6de17da8a38c1b6aaca93633323557a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:41:50 +0000 Subject: [PATCH] Bump libc from 0.2.159 to 0.2.164 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.159 to 0.2.164. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.159...0.2.164) --- 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 9d13499..146228b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -400,9 +400,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.159" +version = "0.2.164" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" +checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index 74f463d..0c98057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ sysinfo = { version = "0.29.11", optional = true } ptrace-do = "0.1.1" thiserror = "1.0.40" tracing = "0.1.40" -libc = "0.2.159" +libc = "0.2.164" proc-maps = "0.3.1" page_size = "0.6.0"