summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-10-17 09:43:04 -0700
committerGitHub <noreply@github.com>2024-10-17 09:43:04 -0700
commited13efc4ac3ed5262d025bd7228785553fecff1c (patch)
treeb4a29cbfb75e91a6e16fdc0763b1d2000db2db98 /Cargo.toml
parent3b62e05062805d45fd626ac8e413e9b7aee7c3a1 (diff)
refactor(ext/net): use concrete error type (#26227)
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 e8919eade..b62564351 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.313.0" }
+deno_core = { version = "0.314.1" }
deno_bench_util = { version = "0.166.0", path = "./bench_util" }
deno_lockfile = "=0.23.1"