From dddfc68d7a7e25905ed5b06ab0c7e90b6b15e3d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:08:18 +0000 Subject: [PATCH] chore: bump rand_distr from 0.4.3 to 0.5.1 Bumps [rand_distr](https://github.com/rust-random/rand_distr) from 0.4.3 to 0.5.1. - [Release notes](https://github.com/rust-random/rand_distr/releases) - [Changelog](https://github.com/rust-random/rand_distr/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand_distr/compare/0.4.3...0.5.1) --- updated-dependencies: - dependency-name: rand_distr dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b270aa1..6a45940 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,7 +241,7 @@ dependencies = [ "num-traits", "num_cpus", "rand 0.9.5", - "rand_distr 0.5.1", + "rand_distr", "rayon", "safetensors", "thiserror 1.0.69", @@ -1008,7 +1008,7 @@ dependencies = [ "crunchy", "num-traits", "rand 0.9.5", - "rand_distr 0.5.1", + "rand_distr", "zerocopy", ] @@ -1776,16 +1776,6 @@ dependencies = [ "getrandom 0.3.4", ] -[[package]] -name = "rand_distr" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" -dependencies = [ - "num-traits", - "rand 0.8.7", -] - [[package]] name = "rand_distr" version = "0.5.1" @@ -1908,7 +1898,7 @@ dependencies = [ "gemm 0.17.1", "half", "rand 0.8.7", - "rand_distr 0.4.3", + "rand_distr", "safetensors", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 9ed2e0d..4811c80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ gemm = { version = "0.17", features = ["f16"] } serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9" rand = "0.8" -rand_distr = "0.4" +rand_distr = "0.5" bytemuck = "1.15" half = "2.7" clap = { version = "4", features = ["derive"] }