build(deps): bump num-iter from 0.1.37 to 0.1.40

Bumps [num-iter](https://github.com/rust-num/num-iter) from 0.1.37 to 0.1.40.
- [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.37...num-iter-0.1.40)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-11 08:11:10 +00:00 committed by GitHub
parent 10202c2ad2
commit 910525e1f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Cargo.lock generated
View file

@ -3675,10 +3675,11 @@ dependencies = [
[[package]]
name = "num-iter"
version = "0.1.37"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af3fdbbc3291a5464dc57b03860ec37ca6bf915ed6ee385e7c6c052c422b2124"
checksum = "dfb0800a0291891dd9f4fe7bd9c19384f98f7fbe0cd0f39a2c6b88b9868bbc00"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]