diff options
| author | Bert Belder <bertbelder@gmail.com> | 2020-04-22 20:24:49 +0200 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2020-04-23 03:35:52 +0200 |
| commit | 10a174834e6e59ea055d6098a07b82a3854a2db9 (patch) | |
| tree | 36b9a082d4726a3f0f6c474fd48b59cac85fa762 /core/Cargo.toml | |
| parent | c43aaa39960bd1a79b4a3d768b62ea293e0ab79f (diff) | |
Upgrade to rusty_v8 v0.4.0 (#4856)
Diffstat (limited to 'core/Cargo.toml')
| -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 7ea32df46..d05fdd333 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.10" +rusty_v8 = "0.4.0" serde_json = "1.0.51" url = "2.1.1" |
