diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-02-25 19:22:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 19:22:01 -0500 |
commit | 3d87198ba0e8775e303da01519f01a2025c55cee (patch) | |
tree | 092f9683cdaf7f934669d8a2b2b5845e039eb1ba /core | |
parent | 2ac7798a20f34d9e774299c6e538aed96dfb7257 (diff) |
Upgrade rusty_v8 (V8 9.0.257.3) (#9605)
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 775b37126..250b49808 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -21,7 +21,7 @@ lazy_static = "1.4.0" libc = "0.2.86" log = "0.4.14" pin-project = "1.0.5" -rusty_v8 = "0.19.0" +rusty_v8 = "0.20.0" serde = { version = "1.0.123", features = ["derive"] } serde_json = { version = "1.0.62", features = ["preserve_order"] } smallvec = "1.6.1" |