Skip to content

Commit 7baf616

Browse files
chore(deps): bump rand_distr from 0.5.1 to 0.6.0
Bumps [rand_distr](https://github.com/rust-random/rand_distr) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/rust-random/rand_distr/releases) - [Changelog](https://github.com/rust-random/rand_distr/blob/master/CHANGELOG.md) - [Commits](rust-random/rand_distr@0.5.1...0.6.0) --- updated-dependencies: - dependency-name: rand_distr dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ba8405 commit 7baf616

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ prost-reflect = { version = "0.14", features = ["serde"], default-features = fal
182182
prost-types = { version = "0.12", default-features = false }
183183
quickcheck = { version = "1.1.0" }
184184
rand = { version = "0.9.2", default-features = false, features = ["small_rng", "thread_rng"] }
185-
rand_distr = { version = "0.5.1", default-features = false }
185+
rand_distr = { version = "0.6.0", default-features = false }
186186
rdkafka = { version = "0.39.0", default-features = false }
187187
regex = { version = "1.12.3", default-features = false, features = ["std", "perf"] }
188188
reqwest = { version = "0.11", features = ["json"] }

0 commit comments

Comments
 (0)