Skip to content

Commit 336e78d

Browse files
Update rand requirement from 0.8.0 to 0.9.0 (#72)
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.8.0...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 601ffe0 commit 336e78d

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
@@ -16,5 +16,5 @@ keywords = ["binaryen", "webassembly", "wasm", "compiler"]
1616
binaryen-sys = { path = "binaryen-sys", version = "0.13.0" }
1717

1818
[dev-dependencies]
19-
rand = "0.8.0"
19+
rand = "0.9.0"
2020
wat = "1.0"

0 commit comments

Comments
 (0)