From 395fcd5c72026de2c1f426bbb88f26cacaebcc7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 05:55:51 +0000 Subject: [PATCH] rust: bump libc from 0.2.183 to 0.2.185 in /adapters/bip352_rust Bumps [libc](https://github.com/rust-lang/libc) from 0.2.183 to 0.2.185. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.185/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.183...0.2.185) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.185 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- adapters/bip352_rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adapters/bip352_rust/Cargo.lock b/adapters/bip352_rust/Cargo.lock index 8b5ebb1..aa69a71 100644 --- a/adapters/bip352_rust/Cargo.lock +++ b/adapters/bip352_rust/Cargo.lock @@ -101,9 +101,9 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "libc" -version = "0.2.183" +version = "0.2.185" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" +checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f" [[package]] name = "memchr"