diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2022-06-15 12:30:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 12:30:19 -0400 |
commit | 3d2394954c61a434bd6227ad3e0c5dea38361b6a (patch) | |
tree | 7c5bc87067eeee16f7e6c2f210a56eae6c2b58ab /core | |
parent | 845d4754c6fb959d1404f5de4bba9e71667b8c89 (diff) |
upgrade: v8 10.4.132.5 (#14874)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index c0a936f87..ea22ed7cd 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -27,7 +27,7 @@ serde_json = { version = "1.0.79", features = ["preserve_order"] } serde_v8 = { version = "0.49.0", path = "../serde_v8" } sourcemap = "=6.0.1" url = { version = "2.2.2", features = ["serde"] } -v8 = "0.43.1" +v8 = "0.44.1" [[example]] name = "http_bench_json_ops" |