diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-07-19 21:36:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-19 21:36:15 +0200 |
commit | 1bdf5a2081b1567ed73d8f85edae53c3f9724e2b (patch) | |
tree | 56db1051651cb09070815d0cb71dd77f19a97d9e /core | |
parent | 248bfda8d3b1d7f44c1bb24a3741165f3d7dba5a (diff) |
chore: upgrade rusty_v8 to 0.47.0 (#15247)
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 944b45faa..3ba62913f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -31,7 +31,7 @@ serde_json = { version = "1.0.79", features = ["preserve_order"] } serde_v8 = { version = "0.54.0", path = "../serde_v8" } sourcemap = "=6.0.1" url = { version = "2.2.2", features = ["serde"] } -v8 = { version = "0.46.0", default-features = false } +v8 = { version = "0.47.0", default-features = false } [[example]] name = "http_bench_json_ops" |