From 2d024b51192cb922f88cbbdc1623024b8e5bba91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 00:51:50 +0000 Subject: [PATCH] Bump v8 from 0.95.0 to 0.96.0 Bumps [v8](https://github.com/denoland/rusty_v8) from 0.95.0 to 0.96.0. - [Release notes](https://github.com/denoland/rusty_v8/releases) - [Commits](https://github.com/denoland/rusty_v8/compare/v0.95.0...v0.96.0) --- updated-dependencies: - dependency-name: v8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/gosub_v8/Cargo.toml | 2 +- crates/gosub_webexecutor/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fccc1f0d..e189388fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4545,9 +4545,9 @@ dependencies = [ [[package]] name = "v8" -version = "0.95.0" +version = "0.96.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4395d3c43b81368d91335ffc78d71cb6e3288d311ab6a55094634cb2afdc5c5" +checksum = "6fecc88a0a882b5b2d2a1a4a166e19657fe786220a4319a982f8e36f6136ab93" dependencies = [ "bindgen", "bitflags 2.5.0", diff --git a/crates/gosub_v8/Cargo.toml b/crates/gosub_v8/Cargo.toml index 16ce78895..8f984b009 100644 --- a/crates/gosub_v8/Cargo.toml +++ b/crates/gosub_v8/Cargo.toml @@ -11,6 +11,6 @@ license = "MIT" gosub_shared = { path = "../gosub_shared" } gosub_webexecutor = { path = "../gosub_webexecutor" } thiserror = "1.0.61" -v8 = "0.95.0" +v8 = "0.96.0" anyhow = "1.0.86" serde_json = "1.0.119" \ No newline at end of file diff --git a/crates/gosub_webexecutor/Cargo.toml b/crates/gosub_webexecutor/Cargo.toml index 424d5deef..4ecfdb63f 100644 --- a/crates/gosub_webexecutor/Cargo.toml +++ b/crates/gosub_webexecutor/Cargo.toml @@ -11,7 +11,7 @@ colored = "2.1.0" derive_more = "0.99" lazy_static = "1.5" thiserror = "1.0.61" -v8 = "0.95.0" +v8 = "0.96.0" anyhow = "1.0.86" paste = "1.0.15"