From 7584fbffd128d0af0861f7a19efd8be91177a4d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:31:09 +0000 Subject: [PATCH] Bump v8 from 130.0.2 to 130.0.5 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](https://github.com/denoland/rusty_v8/compare/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] --- 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 12d70853..383c5601 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5008,9 +5008,9 @@ dependencies = [ [[package]] name = "v8" -version = "130.0.2" +version = "130.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ee0be58935708fa4d7efb970c6cf9f2d9511d24ee24246481a65b6ee167348d" +checksum = "eefb620efa1e8f2d0f4dd1b2a72b0924a0a0e8b710e27e7ce7da7fac95c7aae5" dependencies = [ "bindgen", "bitflags 2.6.0", diff --git a/crates/gosub_v8/Cargo.toml b/crates/gosub_v8/Cargo.toml index 5f263e55..7323b7ac 100644 --- a/crates/gosub_v8/Cargo.toml +++ b/crates/gosub_v8/Cargo.toml @@ -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"