From 2158c8a0f79e0687508a392c1e3aa41fea56b9cb Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 14 Jan 2025 16:23:27 +0000 Subject: [PATCH] chore(deps): update dependency rust to v1.84.0 (#149) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rust](https://github.com/rust-lang/rust) | minor | `1.83.0` -> `1.84.0` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/149 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 8d2c84f..d858a0b 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -28,7 +28,7 @@ poetry = "2.0.0" python = "3.13.1" r = "4.4.2" ripgrep = "14.1.1" -rust = "1.83.0" +rust = "1.84.0" starship = "1.21.1" task = "3.40.0" terraform = "1.10.4"