From 4525decfa88398d0e144ccde988eff38e41b7992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 10:39:40 +0000 Subject: [PATCH] Bump if_chain from 1.0.2 to 1.0.3 Bumps [if_chain](https://github.com/lambda-fairy/if_chain) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/lambda-fairy/if_chain/releases) - [Changelog](https://github.com/lambda-fairy/if_chain/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/if_chain/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: if_chain dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d21ea99..556d507 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,9 +256,9 @@ dependencies = [ [[package]] name = "if_chain" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed" +checksum = "cd62e6b5e86ea8eeeb8db1de02880a6abc01a397b2ebb64b5d74ac255318f5cb" [[package]] name = "indexmap"