1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-25 20:53:22 +00:00

[deps] Platform: Update Rust crate libc to v0.2.159 (#10844)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-10-11 17:52:21 +02:00
committed by GitHub
parent f69e943e72
commit 1b25716358
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ cbc = { version = "=0.1.2", features = ["alloc"] }
dirs = "=5.0.1"
futures = "=0.3.30"
interprocess = { version = "=2.2.1", features = ["tokio"] }
libc = "=0.2.155"
libc = "=0.2.159"
log = "=0.4.22"
rand = "=0.8.5"
retry = "=2.0.0"