Skip to content

Commit

Permalink
Bump v8 from 130.0.2 to 130.0.5
Browse files Browse the repository at this point in the history
Bumps [v8](https://github.com/denoland/rusty_v8) from 130.0.2 to 130.0.5.
- [Release notes](https://github.com/denoland/rusty_v8/releases)
- [Commits](denoland/rusty_v8@v130.0.2...v130.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 46334ac commit 7584fbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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/gosub_v8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "V8 bindings for Gosub"
gosub_shared = { version = "0.1.1", registry = "gosub", path = "../gosub_shared" }
gosub_webexecutor = { version = "0.1.1", registry = "gosub", path = "../gosub_webexecutor" }
thiserror = "2.0.9"
v8 = "130.0.1"
v8 = "130.0.5"
anyhow = "1.0.94"
serde_json = "1.0.134"

Expand Down

0 comments on commit 7584fbf

Please sign in to comment.