diff options
| author | Bert Belder <bertbelder@gmail.com> | 2021-05-17 18:34:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-17 18:34:09 +0200 |
| commit | aecdbba2c25d08d771a4e4fbeb62cac60015a3bd (patch) | |
| tree | 3bf310c63aa4014e36b95f8817a838a94fca2b71 /bench_util | |
| parent | 94eabfeeba3849a5d3a853eca337e0628f4524e1 (diff) | |
| parent | 9ad52a28e500931a291e9658f155c4c3861de61a (diff) | |
Merge v1.10.2 into main (#10669)
Diffstat (limited to 'bench_util')
| -rw-r--r-- | bench_util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index eb4ffccf2..f3e1140c8 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -14,5 +14,5 @@ publish = false [dependencies] bencher = "0.1" -deno_core = { version = "0.87.0", path = "../core" } +deno_core = { version = "0.88.0", path = "../core" } tokio = { version = "1.6.0", features = ["full"] } |
