diff options
| author | Bert Belder <bertbelder@gmail.com> | 2021-04-12 22:14:40 +0000 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2021-04-13 02:54:36 +0200 |
| commit | b9f758d3ad6b71d9ac7bcae7192985a1f9258724 (patch) | |
| tree | 27a541a89405047fd354ca9a56c6a64f18b0331e /core | |
| parent | dabce813e064b7b3a2197cb327bde00e7b403688 (diff) | |
upgrade: rusty_v8 0.22.0 (V8 9.1.269.2) (#10152)
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 572d48713..a322b2002 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.21.0" +rusty_v8 = "0.22.0" 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" } |
