summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-01-23 22:56:56 +0100
committerGitHub <noreply@github.com>2024-01-23 22:56:56 +0100
commit13d5c6420e3fe7f34e7c02a96922fe8db381503e (patch)
treef3d4b5ad7a4e7258326abea999ef0e8ce66f0bd7 /Cargo.toml
parent5aa25f08be0be6c097dd35cd5ea2c8c154b06929 (diff)
chore: upgrade deno_core to 0.249.0 (#22058)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 748637089..48137ad07 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "0.32.0", features = ["transpiling"] }
-deno_core = { version = "0.248.0" }
+deno_core = { version = "0.249.0" }
deno_runtime = { version = "0.140.0", path = "./runtime" }
napi_sym = { version = "0.62.0", path = "./cli/napi/sym" }