summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-01-29 07:03:42 -0500
committerGitHub <noreply@github.com>2020-01-29 13:03:42 +0100
commitd14864c57cebbd1d5bc18b8a9e05e522eb9987b0 (patch)
tree70fe6721c8794ac006d68b3adef76f809be7f1a3 /core/Cargo.toml
parentf32c31a0eba90b6b1f711a2d5dfe182157d3ecb5 (diff)
Upgrade rusty_v8 (#3816)
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 c8fc6c12f..a9c2490a0 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.0"
+rusty_v8 = "0.2.1"
[[example]]
name = "deno_core_http_bench"