diff options
| author | Kenta Moriuchi <moriken@kimamass.com> | 2023-11-20 22:01:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 14:01:30 +0100 |
| commit | 498bdc1e2af03f2c66b2279c30ec9486c0ce9ccd (patch) | |
| tree | 0dbfed865840cf52a9b15c75ae0d43e5ca023e8b /Cargo.lock | |
| parent | 86450f4e5963f7842973d816c2a7ae622a68b296 (diff) | |
fix(ext/url): add deno_console dependency for bench (#21266)
Should fix the benchmarks.
Signed-off-by: Kenta Moriuchi <moriken@kimamass.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 436c7bc8e..fcaa9c389 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1645,6 +1645,7 @@ name = "deno_url" version = "0.124.0" dependencies = [ "deno_bench_util", + "deno_console", "deno_core", "deno_webidl", "serde", |
