diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-03-28 10:00:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 10:00:14 -0400 |
commit | 5837ce464c3283dc13f7bec237902b8c637f462d (patch) | |
tree | d8ff47c7a441543aae803c5f0057006e3876ec48 /core | |
parent | 2874664e9131616b71dd0d7d23750245b023833f (diff) |
upgrade: rusty_v8 to v0.3.9 (#4505)
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 07a8d70a0..928c9a10b 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.8" +rusty_v8 = "0.3.9" serde_json = "1.0.48" url = "2.1.1" |