Skip to content

Commit

Permalink
Bump rand dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LecrisUT committed May 28, 2024
1 parent d6069cb commit b8561ee
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 @@ -19,8 +19,8 @@ serde = { package = "serde", version = "1.0", optional = true, features = ["deri

[dev-dependencies]
approx = "0.5.1"
rand = "0.7.2"
rand_distr = "0.2.2"
rand = "0.8.5"
rand_distr = "0.4.3"

[features]
use_serde = ["serde", "serde/derive"]
Expand Down

0 comments on commit b8561ee

Please sign in to comment.