Skip to content

Commit 4b561ff

Browse files
author
Charles Samuels
committed
update dependencies
1 parent 17292ad commit 4b561ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mkl-sys/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ mkl-src = { path = "../mkl-src", version = "0.6.0", default-features = false }
3131

3232
[dev-dependencies]
3333
criterion = "0.3.0"
34-
rand = "0.7.2"
35-
approx = "0.3.2"
34+
rand = "0.8.5"
35+
approx = "0.5.1"
3636

3737
[[bench]]
3838
name = "cos"

mkl-tool/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ cli = ["structopt", "archive"]
1717
[dependencies]
1818
anyhow = "1.0.31"
1919
derive_more = "0.99.8"
20-
dirs = "2.0.2"
20+
dirs = "4"
2121
glob = "0.3.0"
2222
pkg-config = "0.3.17"
2323

2424
# archive
2525
curl = { version = "0.4.29", optional = true }
2626
tar = { version = "0.4.29", optional = true }
27-
zstd = { version = "0.6.1", optional = true }
27+
zstd = { version = "0.11", optional = true }
2828

2929
# CLI
3030
structopt = { version = "0.3.15", optional = true }
3131

3232
[dev-dependencies]
33-
paste = "0.1.17"
33+
paste = "1"
3434

3535
[[bin]]
3636
name = "mkl-tool"

0 commit comments

Comments
 (0)