Skip to content

Commit ad52909

Browse files
build(deps): update rand requirement from 0.8 to 0.9
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]>
1 parent e340fd6 commit ad52909

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
@@ -43,7 +43,7 @@ hex = { version = "0.4", optional = true }
4343
hmac = { version = "0.12", optional = true }
4444
json-patch = { version = ">=0.2.3, <4.1.0", optional = true, default-features = false }
4545
md-5 = { version = "0.10", optional = true }
46-
rand = { version = "0.8", optional = true }
46+
rand = { version = "0.9", optional = true }
4747
semver = { version = "1", optional = true }
4848
sha1 = { version = "0.10", optional = true }
4949
sha2 = { version = "0.10", optional = true }

0 commit comments

Comments
 (0)