summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2022-01-04 11:49:34 +0100
committerGitHub <noreply@github.com>2022-01-04 11:49:34 +0100
commit7746cc7a043880c392f17449a5a4f6b29f06a94a (patch)
treec2de98af7d1247eacb5455b25105b444a399f006 /core
parent01ff7a87847a690546c62c7bd5c13823d3bb2d42 (diff)
chore: upgrade v8 from 9.7 to 9.8 (#13269)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 7f24ed994..b742d6c82 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -25,7 +25,7 @@ serde = { version = "1.0.129", features = ["derive"] }
serde_json = { version = "1.0.66", features = ["preserve_order"] }
serde_v8 = { version = "0.23.0", path = "../serde_v8" }
url = { version = "2.2.2", features = ["serde"] }
-v8 = "0.36.0"
+v8 = "0.37.0"
[[example]]
name = "http_bench_json_ops"