Skip to content

Commit ce238af

Browse files
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 f049481 commit ce238af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper_actix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bytes = "1.0"
4545
env_logger = "0.11"
4646
juniper = { version = "0.16", path = "../juniper", features = ["expose-test-schema"] }
4747
log = "0.4"
48-
rand = "0.8"
48+
rand = "0.9"
4949
tokio = "1.0"
5050

5151
[[example]]

0 commit comments

Comments
 (0)