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]
approx = { version = "0.4.0", optional = true }
approx = { version = "0.5.1", optional = true }
cfg-if = "1.0.0"
float = { path = "../float" }
num-traits = "0.2.14"
num-traits = "0.2.15"

View File

@@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
float = { path = "../float" }
num-traits = "0.2.14"
num-traits = "0.2.15"