diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-18 17:57:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-18 17:57:22 +0100 |
| commit | 4e3aff8400fe1e6854a27687d14a07dc837c88d9 (patch) | |
| tree | 1b131e3524592b0dc78ff6ec4aaeb62a7920e10a /Cargo.toml | |
| parent | 66ff28c21eac7f0cca0d3ccf141b1dc4cafa4888 (diff) | |
chore: upgrade deno_core to 0.247.0 (#21974)
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 0a5f6dcfc..2354702ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "1.0.1", features = ["transpiling"] } -deno_core = { version = "0.246.0" } +deno_core = { version = "0.247.0" } deno_runtime = { version = "0.140.0", path = "./runtime" } napi_sym = { version = "0.62.0", path = "./cli/napi/sym" } |
