Skip to content

Commit

Permalink
Merge pull request #13 from LecrisUT/bump-dependencies
Browse files Browse the repository at this point in the history
Bump `rand` dependencies
  • Loading branch information
mheffner authored Jun 1, 2024
2 parents cef4c2a + b8561ee commit f046954
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 f046954

Please sign in to comment.