From 0ee1a5e82c1ebb089d9e2c7c2fb6217ce1b8db20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:22:24 +0000 Subject: [PATCH] build(deps): bump rustfix from 0.8.4 to 0.8.5 (#33328) Bumps [rustfix](https://github.com/rust-lang/cargo) from 0.8.4 to 0.8.5. - [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-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39758aac003..6747f74665b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5589,9 +5589,9 @@ dependencies = [ [[package]] name = "rustfix" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cef0c817217c330b3ef879e06455d726c1cffc800eaf7734d3b4ac63213636b" +checksum = "70f5b7fc8060f4f8373f9381a630304b42e1183535d9beb1d3f596b236c9106a" dependencies = [ "serde", "serde_json",