Skip to content

Commit

Permalink
Bump v8 from 130.0.7 to 134.2.0
Browse files Browse the repository at this point in the history
Bumps [v8](https://github.com/denoland/rusty_v8) from 130.0.7 to 134.2.0.
- [Release notes](https://github.com/denoland/rusty_v8/releases)
- [Commits](denoland/rusty_v8@v130.0.7...v134.2.0)

---
updated-dependencies:
- dependency-name: v8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent a37a1c0 commit 2acdc4e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
23 changes: 20 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/static-analysis-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "=134.2.0"

[build-dependencies]
cc = "1.0.97"

0 comments on commit 2acdc4e

Please sign in to comment.