mirror of https://github.com/hannobraun/Fornjot
Bump robust from 1.0.0 to 1.1.0
Bumps [robust](https://github.com/georust/robust) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/georust/robust/releases) - [Commits](https://github.com/georust/robust/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: robust dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
fbd0df4e24
commit
51f9aaefa9
|
@ -801,7 +801,7 @@ dependencies = [
|
||||||
"itertools",
|
"itertools",
|
||||||
"parking_lot",
|
"parking_lot",
|
||||||
"pretty_assertions",
|
"pretty_assertions",
|
||||||
"robust 1.0.0",
|
"robust 1.1.0",
|
||||||
"spade",
|
"spade",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"type-map",
|
"type-map",
|
||||||
|
@ -817,7 +817,7 @@ dependencies = [
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"parry2d-f64",
|
"parry2d-f64",
|
||||||
"parry3d-f64",
|
"parry3d-f64",
|
||||||
"robust 1.0.0",
|
"robust 1.1.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -2343,9 +2343,9 @@ checksum = "e5864e7ef1a6b7bcf1d6ca3f655e65e724ed3b52546a0d0a663c991522f552ea"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "robust"
|
name = "robust"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0645daad36a94b33c6c90d830fc00e4e7c8415bbb604dfca79b5c371c9ff1d4d"
|
checksum = "cbf4a6aa5f6d6888f39e980649f3ad6b666acdce1d78e95b8a2cb076e687ae30"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustc-demangle"
|
name = "rustc-demangle"
|
||||||
|
|
|
@ -16,7 +16,7 @@ fj-math.workspace = true
|
||||||
iter_fixed = "0.3.1"
|
iter_fixed = "0.3.1"
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
parking_lot = "0.12.0"
|
parking_lot = "0.12.0"
|
||||||
robust = "1.0.0"
|
robust = "1.1.0"
|
||||||
spade = "2.2.0"
|
spade = "2.2.0"
|
||||||
thiserror = "1.0.40"
|
thiserror = "1.0.40"
|
||||||
type-map = "0.5.0"
|
type-map = "0.5.0"
|
||||||
|
|
|
@ -17,4 +17,4 @@ nalgebra = "0.32.2"
|
||||||
num-traits = "0.2.15"
|
num-traits = "0.2.15"
|
||||||
parry2d-f64 = "0.13.4"
|
parry2d-f64 = "0.13.4"
|
||||||
parry3d-f64 = "0.13.4"
|
parry3d-f64 = "0.13.4"
|
||||||
robust = "1.0.0"
|
robust = "1.1.0"
|
||||||
|
|
Loading…
Reference in New Issue