From 7c6e52affec4dd84e82548933318ecb785f27aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:11:19 +0000 Subject: [PATCH] Bump v8 from 0.106.0 to 129.0.0 Bumps [v8](https://github.com/denoland/rusty_v8) from 0.106.0 to 129.0.0. - [Release notes](https://github.com/denoland/rusty_v8/releases) - [Commits](https://github.com/denoland/rusty_v8/compare/v0.106.0...v129.0.0) --- updated-dependencies: - dependency-name: v8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/gosub_v8/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d565f97..570bafc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4789,9 +4789,9 @@ dependencies = [ [[package]] name = "v8" -version = "0.106.0" +version = "129.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a381badc47c6f15acb5fe0b5b40234162349ed9d4e4fd7c83a7f5547c0fc69c5" +checksum = "4f276b42044c07ee34aaa7cdc640185148787a78de761c42e8ae0a12af9a9dc6" dependencies = [ "bindgen", "bitflags 2.6.0", diff --git a/crates/gosub_v8/Cargo.toml b/crates/gosub_v8/Cargo.toml index 87f02d50..7766a775 100644 --- a/crates/gosub_v8/Cargo.toml +++ b/crates/gosub_v8/Cargo.toml @@ -9,6 +9,6 @@ license = "MIT" gosub_shared = { path = "../gosub_shared" } gosub_webexecutor = { path = "../gosub_webexecutor" } thiserror = "1.0.64" -v8 = "0.106.0" +v8 = "129.0.0" anyhow = "1.0.89" serde_json = "1.0.128" \ No newline at end of file