1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[deps] Platform: Update Rust crate libc to v0.2.177 (#17549)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-21 13:56:54 +01:00
committed by GitHub
parent f6eb0f642e
commit 87e49c174c
2 changed files with 3 additions and 3 deletions

View File

@@ -1666,9 +1666,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.172"
version = "0.2.177"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
[[package]]
name = "libloading"

View File

@@ -39,7 +39,7 @@ futures = "=0.3.31"
hex = "=0.4.3"
homedir = "=0.3.4"
interprocess = "=2.2.1"
libc = "=0.2.172"
libc = "=0.2.177"
linux-keyutils = "=0.2.4"
memsec = "=0.7.0"
napi = "=2.16.17"