From 787c35c03e1f7ff01dc0f6be15ec281cfa5f6416 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 11 Sep 2024 11:42:43 +0000 Subject: [PATCH] chore(deps): update dependency rust to v1.81.0 (#66) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rust](https://github.com/rust-lang/rust) | minor | `1.80.1` -> `1.81.0` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/66 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 31e7915..74ad837 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -27,7 +27,7 @@ poetry = "1.8.3" python = "3.12.5" r = "4.4.1" ripgrep = "14.1.0" -rust = "1.80.1" +rust = "1.81.0" starship = "1.20.1" task = "3.38.0" terraform = "1.9.5"