diff options
author | Bert Belder <bertbelder@gmail.com> | 2020-05-06 18:50:02 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2020-05-06 22:35:24 +0200 |
commit | 7e00b2471d7288bd4bf0225bbd66126a4b33a125 (patch) | |
tree | d37760f24799a02cae43e520d1145a92e3c37825 /core | |
parent | 102a247ebbee823151c419ad0d578a76946a4664 (diff) |
Upgrade to rusty_v8 0.4.2 / V8 8.4.300 (#5113)
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 c8c19516a..cc979bff8 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.69" log = "0.4.8" -rusty_v8 = "0.4.0" +rusty_v8 = "0.4.2" serde_json = "1.0.52" url = "2.1.1" |