diff options
| author | Bert Belder <bertbelder@gmail.com> | 2021-04-13 08:47:24 +0000 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2021-04-13 08:47:24 +0000 |
| commit | 36f147364a6990dc7c57542243021a54f2f0a606 (patch) | |
| tree | 6ee26f01bbf63883113d87af970f9520d7b50740 /core | |
| parent | b9f758d3ad6b71d9ac7bcae7192985a1f9258724 (diff) | |
upgrade: rusty_v8 0.22.1 (V8 9.1.269.5) (#10159)
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 a322b2002..74323b4dd 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -20,7 +20,7 @@ lazy_static = "1.4.0" libc = "0.2.93" log = "0.4.14" pin-project = "1.0.6" -rusty_v8 = "0.22.0" +rusty_v8 = "0.22.1" serde = { version = "1.0.125", features = ["derive"] } serde_json = { version = "1.0.64", features = ["preserve_order"] } serde_v8 = { version = "0.1.0", path = "../serde_v8" } |
