From 5ea0d89bb14977dda8ad61050d958d0a05623fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 04:40:46 +0000 Subject: [PATCH] Bump clippy_utils from 0.1.97 to 0.1.98 Bumps [clippy_utils](https://github.com/rust-lang/rust-clippy) from 0.1.97 to 0.1.98. - [Changelog](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-clippy/commits) --- updated-dependencies: - dependency-name: clippy_utils dependency-version: 0.1.98 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bevy_lint/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25fe1fe5..e7220a5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1365,9 +1365,9 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "clippy_utils" -version = "0.1.97" +version = "0.1.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb170400201dae0f1738eadec962b57e5abd8743cf6a6c136a0fcd1994ae6c93" +checksum = "8b1f053614b0c24f71fa679495f1c515b13513262068ddf7960977e357612924" dependencies = [ "arrayvec", "itertools 0.12.1", diff --git a/bevy_lint/Cargo.toml b/bevy_lint/Cargo.toml index 35422377..a6eb5943 100644 --- a/bevy_lint/Cargo.toml +++ b/bevy_lint/Cargo.toml @@ -21,7 +21,7 @@ harness = false # Contains a series of useful utilities when writing lints. The version is chosen to work with the # currently pinned nightly Rust version. When the Rust version changes, this too needs to be # updated! -clippy_utils = "=0.1.97" +clippy_utils = "=0.1.98" # Easy error propagation and contexts. anyhow = "1.0.102"