Bump libc from 0.2.181 to 0.2.182 in /src/_bcrypt (#1155)

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.181 to 0.2.182.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.182/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.181...0.2.182)

---
updated-dependencies:
- dependency-name: libc
  dependency-version: 0.2.182
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-02-15 22:24:50 -06:00 committed by GitHub
parent efc4398046
commit 4b98422fbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,9 +154,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.181"
version = "0.2.182"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5"
checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
[[package]]
name = "once_cell"