From 0ddc5eba195b778d802650c51af985b3dff2623b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:53:29 +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 044228a8..f4938b1a 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 b7eee248..d564ba93 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 801b0126..1f9e2860 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 4802156d..6f17977c 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 fdeaf72b..66c6b63a 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"