From 28837c2adeb29c8adcc0dd21378236ca0544f2fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:27:17 +0000 Subject: [PATCH] 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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2ff2e13d8..4c48d79dce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3825,9 +3825,9 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" [[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 = "libfuzzer-sys" @@ -7910,7 +7910,7 @@ dependencies = [ "log", "rand", "sha1", - "thiserror 2.0.8", + "thiserror 2.0.9", "utf-8", ] diff --git a/Cargo.toml b/Cargo.toml index 8585a8bda5..509b1d4566 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ serde = { version = "1.0.216", default-features = false, features = [ serde_json = { version = "1.0.134", default-features = false } uuid = { version = "1.11.0", default-features = false } -libc = "0.2.168" +libc = "0.2.169" nvml-wrapper = "0.10.0" sysinfo = "0.32.1" systemstat = "0.2.3"