mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
[deps] Platform: Update Rust crate libc to v0.2.169 (#12131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
apps/desktop/desktop_native/Cargo.lock
generated
4
apps/desktop/desktop_native/Cargo.lock
generated
@@ -1508,9 +1508,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libc"
|
name = "libc"
|
||||||
version = "0.2.162"
|
version = "0.2.169"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libloading"
|
name = "libloading"
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ base64 = "=0.22.1"
|
|||||||
byteorder = "=1.5.0"
|
byteorder = "=1.5.0"
|
||||||
cbc = { version = "=0.1.2", features = ["alloc"] }
|
cbc = { version = "=0.1.2", features = ["alloc"] }
|
||||||
homedir = "=0.3.4"
|
homedir = "=0.3.4"
|
||||||
libc = "=0.2.162"
|
libc = "=0.2.169"
|
||||||
pin-project = "=1.1.7"
|
pin-project = "=1.1.7"
|
||||||
dirs = "=5.0.1"
|
dirs = "=5.0.1"
|
||||||
futures = "=0.3.31"
|
futures = "=0.3.31"
|
||||||
|
|||||||
Reference in New Issue
Block a user