diff options
author | Bert Belder <bertbelder@gmail.com> | 2020-09-13 13:43:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-13 13:43:50 +0200 |
commit | bf70442b08eb54b2959b32977aa0a245c530248b (patch) | |
tree | 202d1632217a85d322e9a450ed8ce9531c93a895 /core | |
parent | daa780e2cf2bf606f78c686ac1416786bf85d107 (diff) |
upgrade: rusty_v8 0.10.0 / V8 8.7.75 (#7429)
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 94681cf7d..7b5c34609 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.3.5" lazy_static = "1.4.0" libc = "0.2.74" log = "0.4.11" -rusty_v8 = "0.9.1" +rusty_v8 = "0.10.0" serde_json = { version = "1.0.57", features = ["preserve_order"] } smallvec = "1.4.2" url = "2.1.1" |