From 60db6ab1acb47b94b078783a9746cbe74bf29211 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 30 Jan 2025 20:16:46 +0000 Subject: [PATCH] chore(deps): update dependency rust to v1.84.1 (#167) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rust](https://github.com/rust-lang/rust) | patch | `1.84.0` -> `1.84.1` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/167 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- config/mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 3df7467..138fda9 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -37,7 +37,7 @@ node = "22.13.1" poetry = "2.0.1" python = "3.13.1" r = "4.4.2" -rust = "1.84.0" +rust = "1.84.1" yarn = "1.22.22" [settings]