Skip to content

Commit 92e99dd

Browse files
committed
Upgrade dependencies
1 parent e4c89bd commit 92e99dd

File tree

3 files changed

+26
-36
lines changed

3 files changed

+26
-36
lines changed

Cargo.lock

Lines changed: 23 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ndarray = { version = "0.15", features = ["rayon", "approx-0_5"] }
3535
rayon = "1.10"
3636

3737
[dev-dependencies]
38-
criterion = { version = "0.5", features = ["html_reports"] }
38+
criterion = { version = "0.6", features = ["html_reports"] }
3939
approx = "0.5"
4040
ndarray-rand = "0.14"
4141

benches/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
use std::fs::File;
2+
use std::hint::black_box;
23
use std::io::{BufRead, BufReader};
34
use std::path::Path;
45

5-
use criterion::{black_box, criterion_group, criterion_main, Criterion};
6+
use criterion::{criterion_group, criterion_main, Criterion};
67
use ndarray::{arr2, stack, Array1, Array2, Axis};
78
use ndarray_rand::{
89
rand::{rngs::SmallRng, SeedableRng},

0 commit comments

Comments
 (0)