diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-11-17 16:49:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-17 23:49:11 +0000 |
| commit | 58068a7d1ce089b08bc5f8c422fee609d8c0dee3 (patch) | |
| tree | 60511ff2766598dcd6733e70952e9aa7592e52bd /Cargo.toml | |
| parent | 23119fc1d411de1f48c6542aed30d0876caf2aea (diff) | |
chore: bump deno_core (#21242)
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 3a6a9c00a..08fbf4274 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.31.5", features = ["transpiling"] } -deno_core = { version = "0.230.0" } +deno_core = { version = "0.231.0" } deno_runtime = { version = "0.132.0", path = "./runtime" } napi_sym = { version = "0.54.0", path = "./cli/napi/sym" } |
