Update deps
This commit is contained in:
parent
9010a47420
commit
11807ffb68
|
@ -19,7 +19,7 @@ integrate = { path = "../utils/integrate" }
|
||||||
once_cell = "1.13.0"
|
once_cell = "1.13.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.3.5"
|
criterion = "0.4.0"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "bench"
|
name = "bench"
|
||||||
|
|
|
@ -14,7 +14,7 @@ sprs = { version = "0.11.0", optional = true, default-features = false }
|
||||||
integrate = { path = "../utils/integrate" }
|
integrate = { path = "../utils/integrate" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.3.5"
|
criterion = "0.4.0"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "bench"
|
name = "bench"
|
||||||
|
|
|
@ -11,7 +11,7 @@ euler = { path = "../euler", features = ["serde1"] }
|
||||||
hdf5 = "0.8.1"
|
hdf5 = "0.8.1"
|
||||||
integrate = { path = "../utils/integrate" }
|
integrate = { path = "../utils/integrate" }
|
||||||
rayon = "1.5.3"
|
rayon = "1.5.3"
|
||||||
indicatif = "0.17.0-rc.11"
|
indicatif = "0.17.0"
|
||||||
ndarray = { version = "0.15.4", features = ["serde"] }
|
ndarray = { version = "0.15.4", features = ["serde"] }
|
||||||
serde = { version = "1.0.138", features = ["derive"] }
|
serde = { version = "1.0.138", features = ["derive"] }
|
||||||
json5 = "0.4.1"
|
json5 = "0.4.1"
|
||||||
|
|
Loading…
Reference in New Issue