diff --git a/Cargo.toml b/Cargo.toml index 6bff35c..baa65c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ rand_distr = "0.4" thiserror = "1" [dev-dependencies] -rand_xoshiro = "0.6" +rand_xoshiro = "0.7" anyhow = "*"