diff --git a/Cargo.lock b/Cargo.lock index 5d595792..bc304885 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