summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-03-22 09:19:53 -0400
committerGitHub <noreply@github.com>2022-03-22 09:19:53 -0400
commit49012cbc337589089697c2c6ce4708538441d968 (patch)
treee72075d895cf1acbf8a687fb26b96b2303a0f0a9 /core
parent12d28dffc6c8d08e6620751e55d8a382c66443a2 (diff)
feat: upgrade to swc_ecmascript 0.137.0 (#14067)
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index d5e49c4a4..ec0420402 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -19,7 +19,7 @@ futures = "0.3.21"
indexmap = "1.7.0"
libc = "0.2.106"
log = "0.4.14"
-once_cell = "=1.9.0"
+once_cell = "1.10.0"
parking_lot = "0.11.1"
pin-project = "1.0.7"
serde = { version = "1.0.129", features = ["derive"] }
@@ -34,5 +34,5 @@ path = "examples/http_bench_json_ops.rs"
# These dependencies are only used for the 'http_bench_*_ops' examples.
[dev-dependencies]
-deno_ast = { version = "0.12.0", features = ["transpiling"] }
+deno_ast = { version = "0.13.0", features = ["transpiling"] }
tokio = { version = "1.10.1", features = ["full"] }