mirror of
https://github.com/uutils/coreutils
synced 2024-12-04 18:39:52 +00:00
num-prime => '0.4.4'
This commit is contained in:
parent
1781c3e07d
commit
6028953b7b
2 changed files with 2 additions and 2 deletions
|
@ -307,7 +307,7 @@ nix = { version = "0.29", default-features = false }
|
|||
nom = "7.1.3"
|
||||
notify = { version = "=6.0.1", features = ["macos_kqueue"] }
|
||||
num-bigint = "0.4.4"
|
||||
num-prime = "0.4.3"
|
||||
num-prime = "0.4.4"
|
||||
num-traits = "0.2.19"
|
||||
number_prefix = "0.4"
|
||||
once_cell = "1.19.0"
|
||||
|
|
|
@ -18,7 +18,7 @@ criterion = "0.3"
|
|||
rand = "0.8"
|
||||
rand_chacha = "0.3.1"
|
||||
num-bigint = "0.4.4"
|
||||
num-prime = "0.4.3"
|
||||
num-prime = "0.4.4"
|
||||
num-traits = "0.2.18"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue