From 928a1abebec3fd7e39af132c12b60eb8384e5b42 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 05:37:39 +0000 Subject: [PATCH] Update approx requirement from 0.3 to 0.5 Updates the requirements on [approx](https://github.com/brendanzab/approx) to permit the latest version. - [Release notes](https://github.com/brendanzab/approx/releases) - [Commits](https://github.com/brendanzab/approx/commits/v0.5.0) Signed-off-by: dependabot-preview[bot] --- spatialos-sdk/Cargo.toml | 2 +- test-suite/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spatialos-sdk/Cargo.toml b/spatialos-sdk/Cargo.toml index 12b363a2..612ef9a8 100644 --- a/spatialos-sdk/Cargo.toml +++ b/spatialos-sdk/Cargo.toml @@ -14,7 +14,7 @@ bitflags = "1.2.1" spatialos-sdk-sys = { path = "../spatialos-sdk-sys"} [dev-dependencies] -approx = "0.3" +approx = "0.5" static_assertions = "1.1.0" structopt = "0.3" tap="0.4" diff --git a/test-suite/Cargo.toml b/test-suite/Cargo.toml index faee42e7..7cf4ae6f 100644 --- a/test-suite/Cargo.toml +++ b/test-suite/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" [dependencies] spatialos-sdk = { path = "../spatialos-sdk"} -approx = "0.3" +approx = "0.5"