summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-10-18 06:38:17 -0700
committerGitHub <noreply@github.com>2024-10-18 06:38:17 -0700
commit85a99eb405ef3ec5f8e478d93b2c866afbc53f95 (patch)
tree681e7c8862a2ddca6d9d8e3531b3a7d2340ff901 /Cargo.toml
parentc77c9b29581b76e00caa56f654ba4326d297f355 (diff)
refactor(ext/fs): use concrete error types (#26317)
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 3bf5342b8..e2f439e37 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "=0.42.2", features = ["transpiling"] }
-deno_core = { version = "0.314.1" }
+deno_core = { version = "0.314.2" }
deno_bench_util = { version = "0.167.0", path = "./bench_util" }
deno_lockfile = "=0.23.1"