diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 599657a24..a0cf367ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1153,6 +1153,9 @@ dependencies = [ "libz-sys", "md-5", "md4", + "num-bigint", + "num-integer", + "num-traits", "once_cell", "path-clean", "pbkdf2", @@ -2846,6 +2849,7 @@ dependencies = [ "autocfg", "num-integer", "num-traits", + "rand", "serde", ] |
