Skip to content

Commit d5ef263

Browse files
authored
Merge pull request #203 from Nukesor/dependabot/cargo/rand-0.10
build(deps): update rand requirement from 0.9 to 0.10
2 parents fdce205 + 1059b2d commit d5ef263

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ console = { version = "0.16", optional = true }
6363
criterion = "0.8"
6464
pretty_assertions = "1"
6565
proptest = "1"
66-
rand = "0.9"
66+
rand = "0.10"
6767
rstest = "0.26"
6868

6969
# We don't need any of the default features for crossterm.

0 commit comments

Comments
 (0)