summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2024-01-09 21:18:40 -0700
committerGitHub <noreply@github.com>2024-01-10 09:48:40 +0530
commita45c1e4ae45dcdd44349820277657c15abd5b3c2 (patch)
tree88c07b0b5fb5bc1f0253cf3b357f60308eaad4c7 /Cargo.toml
parent69959aa01fab8ccc482cb3ee218af4e65d3fbc6e (diff)
chore: bump deno_core (#21832)
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 aad9b851e..9d4af489d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "1.0.1", features = ["transpiling"] }
-deno_core = { version = "0.244.0" }
+deno_core = { version = "0.245.0" }
deno_runtime = { version = "0.138.0", path = "./runtime" }
napi_sym = { version = "0.60.0", path = "./cli/napi/sym" }