summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-02-05 22:25:02 +0100
committerGitHub <noreply@github.com>2021-02-05 22:25:02 +0100
commita6723fafc5cb4dfb58bfbc709845beaed8cd38e9 (patch)
tree95a9f80c4b5aed4efc61df92584367c0d547b905 /core/Cargo.toml
parentb6353672f8d01b8c7a67131aac52c6492b432677 (diff)
upgrade: rusty_v8 0.17.0, v8 9.0.123 (#9413)
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 116247c2f..9e90fdac3 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -20,7 +20,7 @@ lazy_static = "1.4.0"
libc = "0.2.82"
log = "0.4.13"
pin-project = "1.0.4"
-rusty_v8 = "0.16.0"
+rusty_v8 = "0.17.0"
serde = { version = "1.0.121", features = ["derive"] }
serde_json = { version = "1.0.61", features = ["preserve_order"] }
smallvec = "1.6.1"