From 83fec07f7d5719babf22b1ffc864b59aebbda4cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 07:42:47 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.169 to 0.2.170 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.169 to 0.2.170. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.170/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.169...0.2.170) --- 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 d7468181..c6427166 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -835,9 +835,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.169" +version = "0.2.170" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" +checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index 5319e882..7afcca19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ log = "0.4.26" anyhow = { version = "1.0.96" } inotify = { version = "0.11.0", default-features = false } flexi_logger = "0.29.8" -libc = "0.2.169" +libc = "0.2.170" toml = "0.8.20" serde = { version = "1.0.218", features = ["derive"] } sys-mount = { version = "3.0.1", default-features = false }