From 975e55d524d76acd7b36b2a058661810c5ed4a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 2 Feb 2022 19:24:24 +0100 Subject: chore: upgrade crates (#13560) --- 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 2e45af2f7..87d49104c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -33,5 +33,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.9.0", features = ["transpiling"] } +deno_ast = { version = "0.11.0", features = ["transpiling"] } tokio = { version = "1.10.1", features = ["full"] } -- cgit v1.2.3