diff --git a/Cargo.toml b/Cargo.toml index 0a95cfa..933eac4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ swizzle = [] [dependencies] approx = "0.1" mint = { version = "0.5", optional = true } -num-traits = "0.1" +num-traits = "0.2" rand = "0.4" serde = { version = "1.0", features = ["serde_derive"], optional = true } simd = { version = "0.2", optional = true }