diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-07-08 21:55:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-08 18:25:54 +0200 |
commit | b3b30182738981331cb8dcd028f0accafdc227c0 (patch) | |
tree | b066720dfb752cd6cc433d0a676cf7a11b4d6d3e /core | |
parent | 870eb0df81d35b6543b602151e4f36b4eb1aeece (diff) |
chore: upgrade rusty_v8 to 0.45.0 (#15123)
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 0c8a2fa0a..139087708 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.53.0", path = "../serde_v8" } sourcemap = "=6.0.1" url = { version = "2.2.2", features = ["serde"] } -v8 = { version = "0.44.3", default-features = false } +v8 = { version = "0.45.0", default-features = false } [[example]] name = "http_bench_json_ops" |