From 985dbd08dce475f1a8b67a349cd75847efaa2aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 19:53:07 +0000 Subject: [PATCH] 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](https://github.com/brendanzab/approx/compare/v0.4.0...v0.5.1) --- updated-dependencies: - dependency-name: approx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- doe/Cargo.toml | 2 +- ego/Cargo.toml | 2 +- gp/Cargo.toml | 2 +- moe/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1246e4ba..0e2456b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ ctrlc = "3.4" [dev-dependencies] criterion = "0.5" -approx = "0.4" +approx = "0.5" argmin_testfunctions = "0.2" [workspace] diff --git a/doe/Cargo.toml b/doe/Cargo.toml index de3d0c68..6add7744 100644 --- a/doe/Cargo.toml +++ b/doe/Cargo.toml @@ -32,7 +32,7 @@ serde = { version = "1", optional = true } [dev-dependencies] criterion = "0.5" serde_json = "1" -approx = "0.4" +approx = "0.5" [[bench]] name = "lhs" diff --git a/ego/Cargo.toml b/ego/Cargo.toml index b381ab80..0ce655e5 100644 --- a/ego/Cargo.toml +++ b/ego/Cargo.toml @@ -61,7 +61,7 @@ derive_more = "0.99" [dev-dependencies] criterion = "0.5" -approx = "0.4" +approx = "0.5" argmin_testfunctions = "0.2" serial_test = "3.1.0" diff --git a/gp/Cargo.toml b/gp/Cargo.toml index c4a6e385..1081c7e1 100644 --- a/gp/Cargo.toml +++ b/gp/Cargo.toml @@ -48,7 +48,7 @@ finitediff = { version = "0.1", features = ["ndarray"] } [dev-dependencies] criterion = "0.5" serde_json = "1" -approx = "0.4" +approx = "0.5" argmin_testfunctions = "0.2" [[bench]] diff --git a/moe/Cargo.toml b/moe/Cargo.toml index 3007f56a..c5725a99 100644 --- a/moe/Cargo.toml +++ b/moe/Cargo.toml @@ -55,7 +55,7 @@ typetag = { version = "0.2", optional = true } [dev-dependencies] criterion = "0.5" -approx = "0.4" +approx = "0.5" ndarray-npy = "0.8" ndarray-csv = "0.5" csv = "1.1"