summaryrefslogtreecommitdiff
path: root/bench_util
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-10-05 21:40:39 +0200
committerGitHub <noreply@github.com>2021-10-05 21:40:39 +0200
commitd67e85850688117e116bbf7054e80f30fe07afe6 (patch)
tree9a4e0049166436a6e1668cc9468bbb49c334c589 /bench_util
parent80aee99c9e2eba879a0981235bee740088c6fbad (diff)
chore: merge v1.14.3 into main (#12327)
Diffstat (limited to 'bench_util')
-rw-r--r--bench_util/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index cee1f8e03..8b31f15a3 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -1,7 +1,7 @@
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_bench_util"
-version = "0.13.0"
+version = "0.14.0"
authors = ["the Deno authors"]
edition = "2018"
license = "MIT"
@@ -14,7 +14,7 @@ description = "Bench and profiling utilities for deno crates"
[dependencies]
bencher = "0.1"
-deno_core = { version = "0.101.0", path = "../core" }
+deno_core = { version = "0.102.0", path = "../core" }
tokio = { version = "1.10.1", features = ["full"] }
[[bench]]