diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2022-04-20 19:13:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-20 19:13:31 -0400 |
| commit | 78c9cd9789e0f171a3a9387ed298e764279fb318 (patch) | |
| tree | 5a1b885e106802b5d0cf35a4f18e4eddc177cb61 /core | |
| parent | 8a7539cab36699465ec6e37455c54fa86f3c0cbe (diff) | |
upgrade: rusty_v8 0.42.0 (#14334)
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 c3503ff0d..0d848704d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -27,7 +27,7 @@ serde_json = { version = "1.0.66", features = ["preserve_order"] } serde_v8 = { version = "0.40.0", path = "../serde_v8" } sourcemap = "=6.0.1" url = { version = "2.2.2", features = ["serde"] } -v8 = "0.41.0" +v8 = "0.42.0" [[example]] name = "http_bench_json_ops" |
