From 311070da162fe3388651b0833b6478a98ad976a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 00:28:14 +0000 Subject: [PATCH] Bump v8 from 0.105.0 to 0.106.0 Bumps [v8](https://github.com/denoland/rusty_v8) from 0.105.0 to 0.106.0. - [Release notes](https://github.com/denoland/rusty_v8/releases) - [Commits](https://github.com/denoland/rusty_v8/compare/v0.105.0...v0.106.0) --- updated-dependencies: - dependency-name: v8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/gosub_v8/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e1b3ba94..563d6b5d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -384,7 +384,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.10.5", + "itertools 0.12.1", "lazy_static", "lazycell", "log", @@ -4982,9 +4982,9 @@ dependencies = [ [[package]] name = "v8" -version = "0.105.0" +version = "0.106.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692624c4fd58ff50aa6d690c159df18e7881c13970005b9b2bff77dc425fd370" +checksum = "a381badc47c6f15acb5fe0b5b40234162349ed9d4e4fd7c83a7f5547c0fc69c5" dependencies = [ "bindgen", "bitflags 2.6.0", diff --git a/crates/gosub_v8/Cargo.toml b/crates/gosub_v8/Cargo.toml index 06e76f2c9..9f8f98eed 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.105.0" +v8 = "0.106.0" anyhow = "1.0.87" serde_json = "1.0.128" \ No newline at end of file