Skip to content

Commit 990377f

Browse files
jschwesylvestre
authored andcommitted
Bump rand to 0.8
The changelog is pretty detailed, but at a first glance I can't notice any relevant looking changes that might be breaking. tests are passing. Signed-off-by: Jonathan Schwender <[email protected]>
1 parent 6bcf483 commit 990377f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ num_cpus = "1.0"
5757
number_prefix = "0.4"
5858
openssl = { version = "0.10", optional = true }
5959
percent-encoding = { version = "2", optional = true }
60-
rand = "0.7"
60+
rand = "0.8.4"
6161
redis = { version = "0.21", optional = true, default-features = false, features = ["aio", "tokio-comp", "tokio-native-tls-comp"] }
6262
regex = "1"
6363
reqwest = { version = "0.11", features = ["json", "blocking"], optional = true }

0 commit comments

Comments
 (0)