From 687c712be3be5d36db08ef9726ce356d99511484 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 11 Jul 2022 14:10:12 -0400 Subject: fix: upgrade deno_ast to 0.17 (#15152) --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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"] } -- cgit v1.2.3