diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-05-20 16:40:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-20 16:40:55 -0400 |
| commit | 1fcecb6789c3f111bc1554766ba9347afcfd02dc (patch) | |
| tree | 19cd1b121412b992994b2fe4bea0463793d3986e /core/Cargo.toml | |
| parent | e7c894e8f54ebd2d9fd61c97a265906ac54e2068 (diff) | |
refactor: upgrade to deno_ast 0.15 (#14680)
Diffstat (limited to 'core/Cargo.toml')
| -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 7b6e7c39b..94d885bbe 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -35,5 +35,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.14.0", features = ["transpiling"] } +deno_ast = { version = "0.15.0", features = ["transpiling"] } tokio = { version = "1.17", features = ["full"] } |
