1
0
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:
renovate[bot] 2025-01-03 12:57:54 -05:00 committed by GitHub
parent 0b4c22c269
commit 1e6471bb1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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",
]

View File

@ -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"