From 38a796efdc06de69ee44137c342dde8cc71690c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 12:51:50 +0000 Subject: [PATCH] Update dependency deno to v2.3.7 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 22abd6d..d7639a6 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -deno = "2.2.1" +deno = "2.3.7" "npm:@ast-grep/cli" = "0.38.5" rust = { version = "1.78.0", postinstall = "rustup component add rustfmt clippy rust-analyzer" } ruff = "0.12.0"