diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-11-22 02:29:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-22 01:29:01 +0000 |
| commit | 0747aef990ca2f7e19bd73a1c088c6760780aec7 (patch) | |
| tree | 3092d9944a5b9fd69dc253476da7849da3e68cb7 /Cargo.toml | |
| parent | 20aa0796e6ff7651cdfce4d0292bdb11da5dfe2e (diff) | |
chore: upgrade deno_core to 0.232.0 (#21292)
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 4d8beca01..f1a575636 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.231.0" } +deno_core = { version = "0.232.0" } deno_runtime = { version = "0.132.0", path = "./runtime" } napi_sym = { version = "0.54.0", path = "./cli/napi/sym" } |
