Skip to content

Commit 6c32fce

Browse files
committed
Update rand to 0.7.2 and rand_xorshift 0.2.0. Closes #236, closes #183
1 parent cfbcf71 commit 6c32fce

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Cargo.lock

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ serde_json = "1.0.44"
3131
flate2 = { version = "1.0.13", features = ["rust_backend"], default-features = false }
3232
zip = { version = "0.5.3", features = ["deflate"], default-features = false }
3333
image = "0.22.3"
34-
rand = "0.6.5"
35-
rand_xorshift = "0.1.1"
34+
rand = "0.7.2"
35+
rand_xorshift = "0.2.0"
3636
hex = "0.4.0"
3737
base64 = "0.11.0"
3838
log = { version = "0.4.8", features = ["std"] }

0 commit comments

Comments
 (0)