From 8b72c898ad2d77d1397192726d59f4b8ff1f4edd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 00:51:16 +0000 Subject: [PATCH] Bump v8 from 0.83.2 to 0.84.0 Bumps [v8](https://github.com/denoland/rusty_v8) from 0.83.2 to 0.84.0. - [Release notes](https://github.com/denoland/rusty_v8/releases) - [Commits](https://github.com/denoland/rusty_v8/compare/v0.83.2...v0.84.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_webexecutor/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c7c3e77f..4ba2fccdf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1945,9 +1945,9 @@ dependencies = [ [[package]] name = "v8" -version = "0.83.2" +version = "0.84.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f6c8a960dd2eb74b22eda64f7e9f3d1688f82b80202828dc0425ebdeda826ef" +checksum = "a9205df12ea9e4e9e966c44a408b1b905ce8784ff70ef27c4ed1e73daec51b97" dependencies = [ "bitflags 2.4.2", "fslock", diff --git a/crates/gosub_webexecutor/Cargo.toml b/crates/gosub_webexecutor/Cargo.toml index f27e4b487..d7bf6e2e8 100644 --- a/crates/gosub_webexecutor/Cargo.toml +++ b/crates/gosub_webexecutor/Cargo.toml @@ -11,5 +11,5 @@ colored = "2.1.0" derive_more = "0.99" lazy_static = "1.4" thiserror = "1.0.57" -v8 = "0.83.2" +v8 = "0.84.0" anyhow = "1.0.80" \ No newline at end of file