Skip to content

Commit 68c1fe5

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] <support@github.com>
1 parent 86ebc18 commit 68c1fe5

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
@@ -17,7 +17,7 @@ travis-ci = { repository = "spk/rust-sidekiq" }
1717

1818
[dependencies]
1919
futures = "0.3"
20-
rand = "0.8"
20+
rand = "0.9"
2121
serde = "1.0"
2222
serde_json = "1.0"
2323
redis = { version = "0.29", features = ["connection-manager", "async-std-comp", "async-std-tls-comp"] }

0 commit comments

Comments
 (0)