From 0a2bb5a95703926f21b432d86d305441adeec483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 01:16:55 +0000 Subject: [PATCH] Update rustfix requirement from 0.6.0 to 0.9.2 Updates the requirements on [rustfix](https://github.com/rust-lang/cargo) to permit the latest version. - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/commits) --- updated-dependencies: - dependency-name: rustfix dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20dfd54..4482892 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ num_cpus = "1.0" opener = "0.5" os_info = "3.0.7" percent-encoding = "2.0" -rustfix = "0.6.0" +rustfix = "0.9.2" semver = { version = "1.0.3", features = ["serde"] } serde = { version = "1.0.123", features = ["derive"] } serde_ignored = "0.1.0"