From 6083cb48ee2e85c3e7a4a8e0be947f5cd3bb315e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 00:03:38 +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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ff9e78..c29c5aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -677,9 +677,9 @@ checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401" [[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 = "libflac-sys" diff --git a/Cargo.toml b/Cargo.toml index a80f39b..6ad98d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ winres = "0.1.12" [target.'cfg(unix)'.dependencies] fltk = { version = "1.4.35", features = ["use-ninja"], optional = true } fltk-theme = { version = "0.7.3", optional = true } -libc = "0.2.161" +libc = "0.2.162" [patch.crates-io] #fltk = { git = "https://github.com/fltk-rs/fltk-rs" }