Skip to content

Commit 14d7669

Browse files
Update approx requirement from 0.4 to 0.5
Updates the requirements on [approx](https://github.com/brendanzab/approx) to permit the latest version. - [Commits](brendanzab/approx@v0.4.0...v0.5.1) --- updated-dependencies: - dependency-name: approx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0cc1b5 commit 14d7669

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ctrlc = "3.4"
5757

5858
[dev-dependencies]
5959
criterion = "0.5"
60-
approx = "0.4"
60+
approx = "0.5"
6161
argmin_testfunctions = "0.2"
6262

6363
[workspace]

doe/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ serde = { version = "1", optional = true }
3232
[dev-dependencies]
3333
criterion = "0.5"
3434
serde_json = "1"
35-
approx = "0.4"
35+
approx = "0.5"
3636

3737
[[bench]]
3838
name = "lhs"

ego/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ derive_more = "0.99"
6161

6262
[dev-dependencies]
6363
criterion = "0.5"
64-
approx = "0.4"
64+
approx = "0.5"
6565
argmin_testfunctions = "0.2"
6666
serial_test = "3.1.0"
6767

gp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ finitediff = { version = "0.1", features = ["ndarray"] }
4848
[dev-dependencies]
4949
criterion = "0.5"
5050
serde_json = "1"
51-
approx = "0.4"
51+
approx = "0.5"
5252
argmin_testfunctions = "0.2"
5353

5454
[[bench]]

moe/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ typetag = { version = "0.2", optional = true }
5555

5656
[dev-dependencies]
5757
criterion = "0.5"
58-
approx = "0.4"
58+
approx = "0.5"
5959
ndarray-npy = "0.8"
6060
ndarray-csv = "0.5"
6161
csv = "1.1"

0 commit comments

Comments
 (0)