From ea4e47bad5b6b7389e6b1ded8a7c0574fb7c3c1a Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 21:14:10 +0000 Subject: [PATCH] chore(deps): update dependency rust to v1.91.0 | datasource | package | from | to | | ----------- | -------------- | ------ | ------ | | github-tags | rust-lang/rust | 1.90.0 | 1.91.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 2c232b8b..4bff9805 100644 --- a/mise.toml +++ b/mise.toml @@ -5,7 +5,7 @@ go = "1.25.3" java = "temurin-25.0.1+8.0.LTS" lychee = "0.20.1" markdownlint-cli2 = "0.18.1" -rust = "1.90.0" +rust = "1.91.0" [tasks.lint] run = "scripts/super-linter.sh"