summaryrefslogtreecommitdiff
path: root/bench_util
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-12-22 22:20:17 +0100
committerGitHub <noreply@github.com>2021-12-22 22:20:17 +0100
commit9391ba1098177c9463392eca8e3a725b564d90dc (patch)
treedd1c6d6267141e7627cdd3667450db16b86d6363 /bench_util
parent8547a37132752cf6a979237c5a52a7bf16a4e833 (diff)
chore: merge v1.17.1 into main (#13184)
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 5e3f3e236..6b7573127 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.23.0"
+version = "0.24.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -14,7 +14,7 @@ description = "Bench and profiling utilities for deno crates"
[dependencies]
bencher = "0.1"
-deno_core = { version = "0.111.0", path = "../core" }
+deno_core = { version = "0.112.0", path = "../core" }
tokio = { version = "1.10.1", features = ["full"] }
[[bench]]