Bump pulp from 0.18.8 to 0.18.9 (#12032)

Bumps [pulp](https://github.com/sarah-ek/pulp) from 0.18.8 to 0.18.9.
- [Commits](https://github.com/sarah-ek/pulp/commits)

---
updated-dependencies:
- dependency-name: pulp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-18 08:55:46 -04:00 committed by GitHub
parent 00b0952c47
commit 5a60c59575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1048,9 +1048,9 @@ dependencies = [
[[package]]
name = "pulp"
version = "0.18.8"
version = "0.18.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "091bad01115892393939669b38f88ff2b70838e969a7ac172a9d06d05345a732"
checksum = "03457ac216146f43f921500bac4e892d5cd32b0479b929cbfc90f95cd6c599c2"
dependencies = [
"bytemuck",
"libm",

View File

@ -56,5 +56,5 @@ version = "0.17.0"
features = ["ndarray"]
[dependencies.pulp]
version = "0.18.8"
version = "0.18.9"
features = ["macro"]