From 18dd1119e209aa85dad53d61b449a23e9d50c1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 13:43:31 +0000 Subject: [PATCH] Bump robust from 0.2.3 to 1.0.0 Bumps [robust](https://github.com/georust/robust) from 0.2.3 to 1.0.0. - [Release notes](https://github.com/georust/robust/releases) - [Commits](https://github.com/georust/robust/compare/0.2.3...v1.0.0) --- updated-dependencies: - dependency-name: robust dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++++--- crates/fj-kernel/Cargo.toml | 2 +- crates/fj-math/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9973cb062..7ab8cd02c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1108,7 +1108,7 @@ dependencies = [ "itertools", "parking_lot", "pretty_assertions", - "robust", + "robust 1.0.0", "spade", "thiserror", "type-map", @@ -1124,7 +1124,7 @@ dependencies = [ "num-traits", "parry2d-f64", "parry3d-f64", - "robust", + "robust 1.0.0", ] [[package]] @@ -2942,6 +2942,12 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5864e7ef1a6b7bcf1d6ca3f655e65e724ed3b52546a0d0a663c991522f552ea" +[[package]] +name = "robust" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0645daad36a94b33c6c90d830fc00e4e7c8415bbb604dfca79b5c371c9ff1d4d" + [[package]] name = "rustc-demangle" version = "0.1.22" @@ -3308,7 +3314,7 @@ checksum = "1190e0e8f4eb17fc3dbb2d20e1142676e56aaac3daede39f64a3302d687b80f3" dependencies = [ "num-traits", "optional", - "robust", + "robust 0.2.3", "smallvec", ] diff --git a/crates/fj-kernel/Cargo.toml b/crates/fj-kernel/Cargo.toml index 46ca7fefa..1038d0318 100644 --- a/crates/fj-kernel/Cargo.toml +++ b/crates/fj-kernel/Cargo.toml @@ -17,7 +17,7 @@ iter_fixed = "0.3.1" itertools = "0.10.5" parking_lot = "0.12.0" pretty_assertions = "1.3.0" -robust = "0.2.3" +robust = "1.0.0" spade = "2.1.0" thiserror = "1.0.40" type-map = "0.5.0" diff --git a/crates/fj-math/Cargo.toml b/crates/fj-math/Cargo.toml index 924258c8a..890dd1001 100644 --- a/crates/fj-math/Cargo.toml +++ b/crates/fj-math/Cargo.toml @@ -17,4 +17,4 @@ nalgebra = "0.32.2" num-traits = "0.2.15" parry2d-f64 = "0.13.3" parry3d-f64 = "0.13.3" -robust = "0.2.3" +robust = "1.0.0"