From 95e2d4d57cd8ce66fe50969be3f1bb71a3c67183 Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 18 Jun 2022 11:24:02 +0100 Subject: [PATCH] #849 Bump the minor version of approx. --- geo-bool-ops-benches/Cargo.toml | 4 ++-- geo-types/Cargo.toml | 4 ++-- geo/Cargo.toml | 2 +- jts-test-runner/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/geo-bool-ops-benches/Cargo.toml b/geo-bool-ops-benches/Cargo.toml index f85e063722..3812b962b2 100644 --- a/geo-bool-ops-benches/Cargo.toml +++ b/geo-bool-ops-benches/Cargo.toml @@ -11,7 +11,7 @@ geo-types = { path = "../geo-types" } log = "0.4.11" [dev-dependencies] -approx = "0.4.0" +approx = "0.5.1" criterion = { version = "0.3", features = ["html_reports"] } geo-test-fixtures = { path = "../geo-test-fixtures" } jts-test-runner = { path = "../jts-test-runner" } @@ -32,4 +32,4 @@ geojson = { version = "0.22.3", features = [ "geo-types" ] } [[bench]] name = "boolean_ops" -harness = false \ No newline at end of file +harness = false diff --git a/geo-types/Cargo.toml b/geo-types/Cargo.toml index 1e2ce25ca5..acfc37294c 100644 --- a/geo-types/Cargo.toml +++ b/geo-types/Cargo.toml @@ -19,7 +19,7 @@ use-rstar_0_8 = ["rstar_0_8", "approx"] use-rstar_0_9 = ["rstar_0_9", "approx"] [dependencies] -approx = { version = "0.4.0", optional = true } +approx = { version = "0.5.1", optional = true } arbitrary = { version = "1", optional = true } num-traits = "0.2" rstar_0_8 = { package = "rstar", version = "0.8", optional = true } @@ -27,4 +27,4 @@ rstar_0_9 = { package = "rstar", version = "0.9", optional = true } serde = { version = "1", optional = true, features = ["derive"] } [dev-dependencies] -approx = "0.4.0" +approx = "0.5.1" diff --git a/geo/Cargo.toml b/geo/Cargo.toml index 9dd4e46587..278ba9a434 100644 --- a/geo/Cargo.toml +++ b/geo/Cargo.toml @@ -27,7 +27,7 @@ rstar = "0.9.3" serde = { version = "1.0", optional = true, features = ["derive"] } [dev-dependencies] -approx = "0.4.0" +approx = "0.5.1" criterion = { version = "0.3", features = ["html_reports"] } geo-test-fixtures = { path = "../geo-test-fixtures" } jts-test-runner = { path = "../jts-test-runner" } diff --git a/jts-test-runner/Cargo.toml b/jts-test-runner/Cargo.toml index d1b1178392..ed647e0308 100644 --- a/jts-test-runner/Cargo.toml +++ b/jts-test-runner/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -approx = "0.4.0" +approx = "0.5.1" geo = { path = "../geo" } include_dir = { version = "0.6.0", features = ["glob"] } log = "0.4.14"