diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-04-02 09:24:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-02 09:24:29 -0400 |
commit | ff0b32f81d4cdbae9fe868a16a8b19227d79c8b1 (patch) | |
tree | c33c82b3b138dab51a118bd552d0336a82b19b4a /core | |
parent | 3d56f3afcadf04cc082a77fa0ec2fcd9d76e039f (diff) |
upgrade: rusty_v8 v0.3.10 (#4576)
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 c84854f7a..384c5d296 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -19,7 +19,7 @@ futures = { version = "0.3.4", features = ["thread-pool", "compat"] } lazy_static = "1.4.0" libc = "0.2.68" log = "0.4.8" -rusty_v8 = "0.3.9" +rusty_v8 = "0.3.10" serde_json = "1.0.48" url = "2.1.1" |