summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKenta Moriuchi <moriken@kimamass.com>2023-11-20 22:01:30 +0900
committerGitHub <noreply@github.com>2023-11-20 14:01:30 +0100
commit498bdc1e2af03f2c66b2279c30ec9486c0ce9ccd (patch)
tree0dbfed865840cf52a9b15c75ae0d43e5ca023e8b /Cargo.lock
parent86450f4e5963f7842973d816c2a7ae622a68b296 (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.lock1
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",