Bump powierza-coefficient to 1.0.1 (#6099)

This commit is contained in:
Mikołaj Powierża 2022-07-23 02:12:41 +02:00 committed by GitHub
parent 453c11b4b5
commit a1a5a3646b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3496,9 +3496,9 @@ dependencies = [
[[package]]
name = "powierza-coefficient"
version = "1.0.0"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9caa43783252cf8c4c66dd1cc381a5929cc95f6530da7abd1f9cdb97e2065842"
checksum = "64e2c03bca73af2a7a2c021a6b3b4991658b760b2e0a84e3e425a9c9eda2ba7f"
[[package]]
name = "ppv-lite86"

View File

@ -59,7 +59,7 @@ mime = "0.3.16"
notify = "4.0.17"
num = { version = "0.4.0", optional = true }
pathdiff = "0.2.1"
powierza-coefficient = "1.0"
powierza-coefficient = "1.0.1"
quick-xml = "0.23.0"
rand = "0.8"
rayon = "1.5.1"