From 55f7d88af8e970c30dc728bf50a3496cd93bc299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 05:05:22 +0000 Subject: [PATCH] Update rand_distr requirement from 0.4.3 to 0.5.1 Updates the requirements on [rand_distr](https://github.com/rust-random/rand_distr) to permit the latest version. - [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-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/automata/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/automata/Cargo.toml b/crates/automata/Cargo.toml index b02550d..e3d0140 100644 --- a/crates/automata/Cargo.toml +++ b/crates/automata/Cargo.toml @@ -47,7 +47,7 @@ test-log = { version = "0.2", features = ["trace"] } tempfile = { version = "3.17", optional = true } bit-set = "0.6" clap = { version = "4.5", optional = true } -rand_distr = { version = "0.4.3", optional = true } +rand_distr = { version = "0.5.1", optional = true } [features] default = ["hoa", "random", "render"]