diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-15 02:28:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-14 18:28:46 -0700 |
| commit | bc8d00c880756a46b0ce4c8bf0c89407a2de669c (patch) | |
| tree | 03f41df566a3f171f9eec2a63e44ec0f5c25057a /Cargo.toml | |
| parent | 5143b9e7d3f72e6cc23f8381295df17ff1235f53 (diff) | |
chore: upgrade deno_core to 0.246.0 (#21904)
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 1c6113a1d..36345b656 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.245.0" } +deno_core = { version = "0.246.0" } deno_runtime = { version = "0.140.0", path = "./runtime" } napi_sym = { version = "0.62.0", path = "./cli/napi/sym" } |
