From 211fd04ba5baf307763c0d49f040102e0a51625b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:25:36 +0000 Subject: [PATCH] Bump libc from 0.2.161 to 0.2.162 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.161 to 0.2.162. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.162/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.161...0.2.162) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- profiler/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0aae502d..94b5afa1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2235,9 +2235,9 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" [[package]] name = "libc" -version = "0.2.161" +version = "0.2.162" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" +checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398" [[package]] name = "libloading" diff --git a/profiler/Cargo.toml b/profiler/Cargo.toml index 21672202..a64715fd 100644 --- a/profiler/Cargo.toml +++ b/profiler/Cargo.toml @@ -8,7 +8,7 @@ clap = { version = "4.5.20", features = ["derive"] } env_logger = "0.11.5" eyre = "0.6.12" hex = "0.4.3" -libc = "0.2.161" +libc = "0.2.162" post-rs = { path = "../" } rand = "0.8.5" rayon = "1.10.0"