Skip to content

Commit eb75ba4

Browse files
deps: update rand requirement from 0.9 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](rust-random/rand@rand_core-0.9.1...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6447004 commit eb75ba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sprs-rand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license.workspace = true
99
edition.workspace = true
1010

1111
[dependencies]
12-
rand = "0.9.0"
12+
rand = "0.10.0"
1313
rand_distr = "0.5.0"
1414
rand_pcg = "0.9.0"
1515
sprs = { version = "0.11.0", path = "../sprs" }

sprs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tempfile = "3.1.0"
3737
bincode = { version = "2.0.1", features = ["serde"] }
3838
tobj = "4.0"
3939
image = { version = "0.25.2", default-features = false, features = ["png"] }
40-
rand = { version = "0.9", default-features = false, features = ["small_rng"] }
40+
rand = { version = "0.10", default-features = false, features = ["small_rng"] }
4141

4242
[[bench]]
4343
name = "suite"

0 commit comments

Comments
 (0)