diff --git a/Cargo.toml b/Cargo.toml index 1a07825e..78c9db1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ plotters = { version="0.3", default-features = false, features=[ "colormaps" ]} rand = { version="0.9", features = ["small_rng"] } -rand_distr = "0.5" +rand_distr = "0.6" rand_chacha = { version="0.9", features=["serde"] } serde = "1.0" tempfile = "3"