Skip to content

Commit 4e983aa

Browse files
dependabot-preview[bot]sunjay
authored andcommitted
Update rand requirement from 0.7 to 0.8
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@0.7.0...0.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 79635ea commit 4e983aa

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
@@ -29,7 +29,7 @@ serde = { version = "1.0", features = ["derive"] }
2929
serde_json = "1.0"
3030

3131
interpolation = "0.2"
32-
rand = "0.7"
32+
rand = "0.8"
3333

3434
svg = "0.8"
3535

0 commit comments

Comments
 (0)