From 00d50728e8536aa5241920ed50fc5a03809c02ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:48:49 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.168 to 0.2.169 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.168 to 0.2.169. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.168...0.2.169) --- 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 614ac8a8..f0de6eb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2419,9 +2419,9 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" [[package]] name = "libc" -version = "0.2.168" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libloading" diff --git a/profiler/Cargo.toml b/profiler/Cargo.toml index 6a9ed9c2..c177ed1b 100644 --- a/profiler/Cargo.toml +++ b/profiler/Cargo.toml @@ -8,7 +8,7 @@ clap = { version = "4.5.23", features = ["derive"] } env_logger = "0.11.5" eyre = "0.6.12" hex = "0.4.3" -libc = "0.2.168" +libc = "0.2.169" post-rs = { path = "../" } rand = "0.8.5" rayon = "1.10.0"