mirror of
https://github.com/bitwarden/browser
synced 2025-01-24 10:12:36 +01:00
[deps] Platform: Update Rust crate cc to 1.2.4 (#12297)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
0b4c22c269
commit
1e6471bb1d
4
apps/desktop/desktop_native/Cargo.lock
generated
4
apps/desktop/desktop_native/Cargo.lock
generated
@ -567,9 +567,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.2.4"
|
||||
version = "1.2.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9157bbaa6b165880c27a4293a474c91cdcf265cc68cc829bf10be0964a391caf"
|
||||
checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333"
|
||||
dependencies = [
|
||||
"shlex",
|
||||
]
|
||||
|
@ -17,5 +17,5 @@ tokio = "1.39.1"
|
||||
core-foundation = "=0.10.0"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0.104"
|
||||
cc = "1.2.4"
|
||||
glob = "0.3.1"
|
||||
|
Loading…
Reference in New Issue
Block a user