1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

[deps] Platform: Update Rust crate libc to v0.2.178 (#17879)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-09 06:05:05 -06:00
committed by GitHub
parent fda9a9d2b2
commit ce7521b972
2 changed files with 3 additions and 3 deletions

View File

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

View File

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