Skip to content

Commit 0b9af3b

Browse files
build(deps): update rand requirement from 0.8 to 0.9 (#1233)
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 e617832 commit 0b9af3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prost/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ prost-derive = { version = "0.13.4", path = "../prost-derive", optional = true }
2929
[dev-dependencies]
3030
criterion = { version = "0.5", default-features = false }
3131
proptest = "1"
32-
rand = "0.8"
32+
rand = "0.9"
3333

3434
[[bench]]
3535
name = "varint"

0 commit comments

Comments
 (0)