From 8917b9fee9cd451358e1ea789900202375b53243 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 17:08:43 +0000 Subject: [PATCH] chore(deps): update rust crate v8 to v146 --- crates/static-analysis-kernel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/static-analysis-kernel/Cargo.toml b/crates/static-analysis-kernel/Cargo.toml index a51859dd6..295e18243 100644 --- a/crates/static-analysis-kernel/Cargo.toml +++ b/crates/static-analysis-kernel/Cargo.toml @@ -26,7 +26,7 @@ serde_yaml = "0.9.21" streaming-iterator = "0.1.9" # We're experiencing issues with v8 130.0.8. Until we can resolve this, pin to the last-known-working. -v8 = "=130.0.7" +v8 = "=146.3.0" [build-dependencies] cc = "1.2.21"