Update average requirement from 0.13 to 0.14 (#1388)

This commit is contained in:
dependabot[bot] 2024-03-18 09:28:20 +00:00 committed by GitHub
parent be75bf5b90
commit b45e892084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,6 @@ rand_pcg = { version = "=0.9.0-alpha.0", path = "../rand_pcg" }
# For inline examples
rand = { path = "..", version = "=0.9.0-alpha.0", features = ["small_rng"] }
# Histogram implementation for testing uniformity
average = { version = "0.13", features = [ "std" ] }
average = { version = "0.14", features = [ "std" ] }
# Special functions for testing distributions
special = "0.10.3"