|
|
@ -622,16 +622,16 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "criterion" |
|
|
|
name = "criterion" |
|
|
|
version = "0.3.4" |
|
|
|
version = "0.3.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ab327ed7354547cc2ef43cbe20ef68b988e70b4b593cbd66a2a61733123a3d23" |
|
|
|
checksum = "1604dafd25fba2fe2d5895a9da139f8dc9b319a5fe5354ca137cbbce4e178d10" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"atty", |
|
|
|
"atty", |
|
|
|
"cast", |
|
|
|
"cast", |
|
|
|
"clap", |
|
|
|
"clap", |
|
|
|
"criterion-plot", |
|
|
|
"criterion-plot", |
|
|
|
"csv", |
|
|
|
"csv", |
|
|
|
"itertools 0.10.1", |
|
|
|
"itertools", |
|
|
|
"lazy_static", |
|
|
|
"lazy_static", |
|
|
|
"num-traits", |
|
|
|
"num-traits", |
|
|
|
"oorandom", |
|
|
|
"oorandom", |
|
|
@ -648,12 +648,12 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "criterion-plot" |
|
|
|
name = "criterion-plot" |
|
|
|
version = "0.4.3" |
|
|
|
version = "0.4.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d" |
|
|
|
checksum = "d00996de9f2f7559f7f4dc286073197f83e92256a59ed395f9aac01fe717da57" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cast", |
|
|
|
"cast", |
|
|
|
"itertools 0.9.0", |
|
|
|
"itertools", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -1229,15 +1229,6 @@ dependencies = [ |
|
|
|
"cfg-if 1.0.0", |
|
|
|
"cfg-if 1.0.0", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "itertools" |
|
|
|
|
|
|
|
version = "0.9.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"either", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "itertools" |
|
|
|
name = "itertools" |
|
|
|
version = "0.10.1" |
|
|
|
version = "0.10.1" |
|
|
|