build(v8): update rusty_v8 to 149.2.0 (#26464)

This commit is contained in:
Channing Conger
2026-06-06 14:27:23 -07:00
committed by GitHub
parent cdc8ec065e
commit b89ce9a2bc
16 changed files with 495 additions and 299 deletions
+2 -2
View File
@@ -14068,9 +14068,9 @@ dependencies = [
[[package]]
name = "v8"
version = "147.4.0"
version = "149.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2df8fffd507fb18ed000673a83d937f58e60fb07f3306b2274284125b15137cd"
checksum = "46dccf61a364b61bbaac70a8ba64a1a1006e87123b7d62eaeec999a3ba31ecdb"
dependencies = [
"bindgen",
"bitflags 2.10.0",
+1 -1
View File
@@ -424,7 +424,7 @@ unicode-width = "0.2"
url = "2"
urlencoding = "2.1"
uuid = "1"
v8 = "=147.4.0"
v8 = "=149.2.0"
vt100 = "0.16.2"
walkdir = "2.5.0"
webbrowser = "1.0"