From 997e8c48882f62a8fe8d330638b8d5df6e9ac823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jul 2021 09:21:53 +0000 Subject: [PATCH] Bump num-iter from 0.1.40 to 0.1.42 Bumps [num-iter](https://github.com/rust-num/num-iter) from 0.1.40 to 0.1.42. - [Release notes](https://github.com/rust-num/num-iter/releases) - [Changelog](https://github.com/rust-num/num-iter/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-iter/compare/num-iter-0.1.40...num-iter-0.1.42) --- updated-dependencies: - dependency-name: num-iter dependency-type: indirect 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 26260f3388365..bd9cf07b1db0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4141,9 +4141,9 @@ dependencies = [ [[package]] name = "num-iter" -version = "0.1.40" +version = "0.1.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfb0800a0291891dd9f4fe7bd9c19384f98f7fbe0cd0f39a2c6b88b9868bbc00" +checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59" dependencies = [ "autocfg", "num-integer",