From 64abc447075dad07baeb60db0dba301fd5faaac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Tue, 18 Jun 2024 14:25:28 +0900 Subject: [PATCH] Update testing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dbf764cbb4951..d5fdbd173db90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ swc_core = { version = "0.95.2", features = [ "ecma_loader_lru", "ecma_loader_parking_lot", ] } -testing = { version = "0.35.25" } +testing = { version = "0.36.0" } # Turbo crates turbopack-binding = { git = "https://github.com/vercel/turbo.git", tag = "turbopack-240617.2" }