From 54d84c060d55f680573eba86ed519a3265fd4c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:06:37 +0000 Subject: [PATCH] deps: update rand_pcg requirement from 0.9.0 to 0.10.0 Updates the requirements on [rand_pcg](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.9.0...0.10.0) --- updated-dependencies: - dependency-name: rand_pcg dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sprs-rand/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sprs-rand/Cargo.toml b/sprs-rand/Cargo.toml index 34b7299f..dda0e7a5 100644 --- a/sprs-rand/Cargo.toml +++ b/sprs-rand/Cargo.toml @@ -11,5 +11,5 @@ edition.workspace = true [dependencies] rand = "0.9.0" rand_distr = "0.5.0" -rand_pcg = "0.9.0" +rand_pcg = "0.10.0" sprs = { version = "0.11.0", path = "../sprs" }