From b21c0d822a47bfe0ffa4f8455285bd057dd43144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 19:22:35 +0000 Subject: [PATCH] :arrow_up: Update rand requirement from 0.8 to 0.10 Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [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/0.8.0...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e064c9b..9d9082f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ cli-log = "2.1.0" color-eyre = "0.6.3" crossterm = "0.29.0" lofty = "0.22.4" -rand = "0.8" +rand = "0.10" ratatui = "0.30.0" rodio = "0.21.1" serde = { version = "1.0", features = ["derive"] }