chore(deps): bump rand_distr from 0.4.1 to 0.4.2
Bumps [rand_distr](https://github.com/rust-random/rand) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_distr-0.4.1...rand_distr-0.4.2) --- updated-dependencies: - dependency-name: rand_distr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>pull/24376/head
parent
598179160a
commit
876bb10cf8
|
@ -3417,9 +3417,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rand_distr"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "051b398806e42b9cd04ad9ec8f81e355d0a382c543ac6672c62f5a5b452ef142"
|
||||
checksum = "964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f"
|
||||
dependencies = [
|
||||
"num-traits",
|
||||
"rand 0.8.4",
|
||||
|
|
|
@ -31,7 +31,7 @@ snafu = "0.6"
|
|||
criterion = "0.3.3"
|
||||
packers = { path = "../packers" }
|
||||
rand = "0.8.3"
|
||||
rand_distr = "0.4.0"
|
||||
rand_distr = "0.4.2"
|
||||
test_helpers = { path = "../test_helpers" }
|
||||
|
||||
[[bench]]
|
||||
|
|
|
@ -41,7 +41,7 @@ persistence_windows = { path = "../persistence_windows" }
|
|||
predicate = { path = "../predicate" }
|
||||
query = { path = "../query" }
|
||||
rand = "0.8.3"
|
||||
rand_distr = "0.4.0"
|
||||
rand_distr = "0.4.2"
|
||||
read_buffer = { path = "../read_buffer" }
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Reference in New Issue