summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-09-14 14:08:59 -0400
committerGitHub <noreply@github.com>2023-09-14 18:08:59 +0000
commit6dc8682b9acabea56fd69a25c28b6a8f95c2ce26 (patch)
tree944784e77b1008bd2bc3e2673927ddf6f896c5c6 /Cargo.lock
parente66d3c2c2e287879a757e12943a6d240981cb9e8 (diff)
feat: explicit resource management in TypeScript (#20506)
This adds support for `using` and `await using` declarations in TypeScript only. We need to wait for v8 to support it for this to work in JS.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1b56cd78f..410543763 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -958,9 +958,9 @@ dependencies = [
[[package]]
name = "deno_ast"
-version = "0.29.1"
+version = "0.29.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e8bb902bcaa072210ca7b2f28c391f77bb16f6ef64664331c5d928d99943303c"
+checksum = "577ec3850834c2578eb44afa9250f9a807f8497664e6e2aaae19cea0aac2fe3b"
dependencies = [
"anyhow",
"base64 0.13.1",