diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-12-07 14:07:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-07 14:07:53 +0100 |
| commit | 5dd9b26155ceed514364f92fe4fdacb6b8cc8182 (patch) | |
| tree | 0f78a4fe7e7c1a2eacdbbf8fe5afcf0ed006120a /Cargo.toml | |
| parent | 890780a9e905f506e897f632d9cfbe153e66b931 (diff) | |
chore: update deno_core (#21487)
For #20812
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 5fa2d5e9a..2e8ee9c97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.31.6", features = ["transpiling"] } -deno_core = { version = "0.235.0" } +deno_core = { version = "0.236.0" } deno_runtime = { version = "0.135.0", path = "./runtime" } napi_sym = { version = "0.57.0", path = "./cli/napi/sym" } |
