summaryrefslogtreecommitdiff
path: root/bench_util/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2021-05-31 20:55:34 +0000
committerBert Belder <bertbelder@gmail.com>2021-05-31 20:58:03 +0000
commitf8913680573505e45f0c094af1421f7a4abb4fb2 (patch)
tree0ced826e651ea5476e063ca23a79d232d0dc4f81 /bench_util/Cargo.toml
parent330cd6b7ea46524783e5d1a8654153b459931cd7 (diff)
parent1567c1013cc8ff12cf039137792da66a1d0015b5 (diff)
Merge v1.10.3 into main (#10801)
Diffstat (limited to 'bench_util/Cargo.toml')
-rw-r--r--bench_util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index 7d6fd401a..ba660a8a0 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -14,7 +14,7 @@ publish = true
[dependencies]
bencher = "0.1"
-deno_core = { version = "0.88.0", path = "../core" }
+deno_core = { version = "0.88.1", path = "../core" }
tokio = { version = "1.6.1", features = ["full"] }
[[bench]]