1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[deps]: Update Rust crate cc to v1.2.46 (#17571)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-21 13:57:31 +01:00
committed by GitHub
parent 87e49c174c
commit e9f67f4fd6
2 changed files with 10 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ tokio = { workspace = true }
tracing = { workspace = true }
[target.'cfg(target_os = "macos")'.build-dependencies]
cc = "=1.2.4"
cc = "=1.2.46"
glob = "=0.3.2"
[lints]