summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2021-05-31 17:39:24 +0000
committerBert Belder <bertbelder@gmail.com>2021-05-31 20:20:42 +0000
commit1567c1013cc8ff12cf039137792da66a1d0015b5 (patch)
tree68360ed495f2740850bddc0a97e4e8008a57740a /core
parent2c1f37b4a97922cfcec9393e2146c42d3d3b6e2e (diff)
v1.10.3
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 2b092fe99..e22016e67 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -1,7 +1,7 @@
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_core"
-version = "0.88.0"
+version = "0.88.1"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]
@@ -13,7 +13,7 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"
[dependencies]
-serde_v8 = { version = "0.4.0", path = "../serde_v8" }
+serde_v8 = { version = "0.4.1", path = "../serde_v8" }
anyhow = "1.0.40"
futures = "0.3.15"