summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index deaa3e35f..680a434c8 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.84.0"
+version = "0.85.0"
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.2.0", path = "../serde_v8" }
+serde_v8 = { version = "0.3.0", path = "../serde_v8" }
anyhow = "1.0.40"
futures = "0.3.13"
@@ -34,7 +34,7 @@ path = "examples/http_bench_json_ops.rs"
# These dependencies are only used for the 'http_bench_*_ops' examples.
[dev-dependencies]
tokio = { version = "1.4.0", features = ["full"] }
-bench_util = { version = "0.0.0", path = "../bench_util" }
+bencher = "0.1"
[[bench]]
name = "op_baseline"