Skip to content

Commit

Permalink
chore(deps): update rust crate rand to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 9651212 commit 89b1c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ memmap = "0.7"
proc-macro2 = { version = "1", features=["default", "proc-macro"] }
radians = "0.3"
rayon = "1"
rand = "0.8"
rand = "0.8.5"
rand_distr = "0.4"
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1.0"
Expand All @@ -64,7 +64,7 @@ version = "1"
optional = true

[dependencies.rand]
version = "0.8"
version = "0.8.5"
optional = true

[dependencies.rand_chacha]
Expand Down

0 comments on commit 89b1c1e

Please sign in to comment.