diff --git a/ff_derive/Cargo.toml b/ff_derive/Cargo.toml index ab24be9..65a233a 100644 --- a/ff_derive/Cargo.toml +++ b/ff_derive/Cargo.toml @@ -12,8 +12,8 @@ repository = "https://github.com/ebfull/ff" proc-macro = true [dependencies] -num-bigint = "0.1" -num-traits = "0.1" +num-bigint = "0.2" +num-traits = "0.2" num-integer = "0.1" proc-macro2 = "0.4" quote = "0.6"