diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-09-02 23:38:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-02 23:38:44 +0200 |
| commit | 1bf7b90ca8ad8e2bf62e455c24d5498c9ee74a46 (patch) | |
| tree | e92ed4d8cce51a38d8e728e5d4108edca018231d /bench_util/Cargo.toml | |
| parent | c84532b6d5a424694c519260f0cf407b1d8ba604 (diff) | |
chore: update dependencies (#11856)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'bench_util/Cargo.toml')
| -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 ab96eb86d..e4014f553 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -15,7 +15,7 @@ description = "Bench and profiling utilities for deno crates" [dependencies] bencher = "0.1" deno_core = { version = "0.98.0", path = "../core" } -tokio = { version = "1.8.0", features = ["full"] } +tokio = { version = "1.10.1", features = ["full"] } [[bench]] name = "op_baseline" |
