1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

[deps]: Update Rust crate cc to v1.2.49 (#17893)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-09 20:53:30 +00:00
committed by GitHub
parent d95dd709b1
commit 717cf93cc8
2 changed files with 3 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.48"
cc = "=1.2.49"
glob = "=0.3.3"
[lints]