update dependencies

This commit is contained in:
Magnus Ulimoen 2020-04-04 23:39:41 +02:00
parent 52549d1fdd
commit 85a8c92cd5
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ edition = "2018"
ndarray = { version = "0.13.0", features = ["approx"] } ndarray = { version = "0.13.0", features = ["approx"] }
approx = "0.3.2" approx = "0.3.2"
packed_simd = "0.3.3" packed_simd = "0.3.3"
json = "0.12.1" json = "0.12.4"
[features] [features]
# Internal feature flag to gate the expensive tests # Internal feature flag to gate the expensive tests
@ -18,7 +18,7 @@ expensive_tests = []
f32 = [] f32 = []
[dev-dependencies] [dev-dependencies]
criterion = "0.3.0" criterion = "0.3.1"
structopt = "0.3.12" structopt = "0.3.12"
indicatif = "0.14.0" indicatif = "0.14.0"
rayon = "1.3.0" rayon = "1.3.0"

View File

@ -9,7 +9,7 @@ crate-type = ["cdylib"]
path = "lib.rs" path = "lib.rs"
[dependencies] [dependencies]
wasm-bindgen = "0.2.58" wasm-bindgen = "0.2.60"
console_error_panic_hook = "0.1.6" console_error_panic_hook = "0.1.6"
wee_alloc = "0.4.5" wee_alloc = "0.4.5"
sbp = { path = "../sbp", features = ["f32"] } sbp = { path = "../sbp", features = ["f32"] }