diff --git a/Cargo.toml b/Cargo.toml index c42c79d2..dc52f5dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,8 +26,4 @@ serde-sarif = "0.4" serde_yaml = "0.9.21" sha2 = "0.10.7" tracing = "0.1.40" -uuid = { version = "1.6.1", features = ["v4"] } - -# We're getting instability in macOS CI with cc 1.0.85, so pin to 1.0.83 until we can investigate further -[patch.crates-io] -cc = { git = "https://github.com/rust-lang/cc-rs", tag = "1.0.83" } +uuid = { version = "1.6.1", features = ["v4"] } \ No newline at end of file diff --git a/crates/static-analysis-kernel/Cargo.toml b/crates/static-analysis-kernel/Cargo.toml index dcebab46..02e49fd2 100644 --- a/crates/static-analysis-kernel/Cargo.toml +++ b/crates/static-analysis-kernel/Cargo.toml @@ -24,4 +24,4 @@ thiserror = "1.0.59" tree-sitter = "0.22.6" [build-dependencies] -cc = "*" +cc = "1.0.97"