Skip to content

Commit 9b796d0

Browse files
chore(deps): update rand requirement from 0.8 to 0.9 (#55)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d5127e commit 9b796d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ log = "0.4"
1818
env_logger = "0.11"
1919
rayon = "1.5"
2020
colored = "2.0"
21-
rand = "0.8"
21+
rand = "0.9"
2222
anyhow = "1.0"
2323
serde = { version = "1.0.0", features = ["derive"] }
2424

0 commit comments

Comments
 (0)