diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-06-19 06:58:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 06:58:13 -0400 |
commit | 5c8ce06c9223c71c6f5cf583cc6dd61d8f518290 (patch) | |
tree | 3986ee7c8f9a735708550ce1411a3284483595d4 /core | |
parent | 826a3135b41bdaeb8c8cd27a4652563971b04baa (diff) |
upgrade: v8 to 8.5.104, rusty_v8 0.5.1 (#6377)
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 e2c6eb169..ac253d361 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -19,7 +19,7 @@ futures = { version = "0.3.5", features = ["thread-pool", "compat"] } lazy_static = "1.4.0" libc = "0.2.71" log = "0.4.8" -rusty_v8 = "0.5.0" +rusty_v8 = "0.5.1" serde_json = "1.0.53" url = "2.1.1" |