From 3543219b1933315a9fa8c939c6e6ea0d3a8110f5 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 13 Jun 2023 09:25:29 +0200 Subject: Update dev-dependencies --- .gitignore | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b8732b4..822c322 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ fuzz/target fuzz/corpus fuzz/artifacts fuzz/hfuzz_target -fuzz/hfuzz_workspace \ No newline at end of file +fuzz/hfuzz_workspace diff --git a/Cargo.toml b/Cargo.toml index 2acaa12..49da1ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,9 +30,9 @@ serde = { version = "1.0", features = ["derive"], optional = true } [dev-dependencies] env_logger = "0.10" -criterion = "0.4" +criterion = "0.5" pretty_assertions = "1" -swc_core = { version = "0.75.0", features = [ +swc_core = { version = "0.78.0", features = [ "ecma_ast", "ecma_visit", "ecma_parser", -- cgit