Upgrade dependencies

This commit is contained in:
2022-07-05 21:59:27 +02:00
parent 2a1bb3f815
commit 5acd46af6d
11 changed files with 43 additions and 45 deletions

View File

@@ -8,13 +8,13 @@ edition = "2021"
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.63"
console_error_panic_hook = "0.1.6"
wasm-bindgen = "0.2.81"
console_error_panic_hook = "0.1.7"
wee_alloc = "0.4.5"
sbp = { path = "../sbp", features = ["f32"] }
ndarray = "0.15.0"
ndarray = "0.15.4"
euler = { path = "../euler" }
maxwell = { path = "../maxwell" }
shallow-water = { path = "../shallow_water" }
console_log = "0.2.0"
log = "0.4.8"
log = "0.4.17"