diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-07-11 14:10:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 14:10:12 -0400 |
| commit | 687c712be3be5d36db08ef9726ce356d99511484 (patch) | |
| tree | be9beb6d6dccb2d1085a8e678d047a55cecdcc2e /core | |
| parent | 83818c914b6bd3e0d9323117b760f08d13d295e7 (diff) | |
fix: upgrade deno_ast to 0.17 (#15152)
Diffstat (limited to 'core')
| -rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 139087708..f4c0bb424 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -39,5 +39,5 @@ path = "examples/http_bench_json_ops.rs" # These dependencies are only used for the 'http_bench_*_ops' examples. [dev-dependencies] -deno_ast = { version = "0.16.0", features = ["transpiling"] } +deno_ast = { version = "0.17.0", features = ["transpiling"] } tokio = { version = "1.19", features = ["full"] } |
