summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-02-24 15:53:29 -0800
committerBert Belder <bertbelder@gmail.com>2020-02-26 11:44:33 -0800
commit1a8ef36b71838bfabc633efe6ccf8d32748d7060 (patch)
tree9d0bc946920a384ab57533d944a3eed782213721 /core/Cargo.toml
parent9adcdabd6592e05d0196119deaaf642480a14a90 (diff)
Upgrade to rusty_v8 v0.3.3 (#4119)
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 0c1fb21ce..fc19813a3 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -21,7 +21,7 @@ libc = "0.2.66"
log = "0.4.8"
serde_json = "1.0.44"
url = "2.1.0"
-rusty_v8 = "0.2.1"
+rusty_v8 = "0.3.3"
[[example]]
name = "deno_core_http_bench"