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

@@ -5,7 +5,7 @@ authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"]
edition = "2021"
[dependencies]
ndarray = "0.15.0"
ndarray = "0.15.4"
sbp = { path = "../sbp" }
log = "0.4.8"
log = "0.4.17"
integrate = { path = "../utils/integrate" }