aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitignore2
-rw-r--r--Cargo.toml4
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",