diff --git a/Cargo.toml b/Cargo.toml index 5e2877c..fcd42ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,11 +15,11 @@ edition = "2021" testing = [] [dependencies] -nalgebra = "0.32.3" -approx = "0.5" -num-traits = "0.2" -thiserror = "1" -log = "0.4" -getset = "0.1" -fastrand = "2.0.1" +nalgebra = "0.32.0" +approx = "0.5.0" +num-traits = "0.2.0" +thiserror = "1.0.0" +log = "0.4.0" +getset = "0.1.0" +fastrand = "2.0.0" fastrand-contrib = "0.1.0"