mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 18:38:28 +00:00
Bump the cargo group with 2 updates
Bumps the cargo group with 2 updates: [parry2d-f64](https://github.com/dimforge/parry) and [parry3d-f64](https://github.com/dimforge/parry). Updates `parry2d-f64` from 0.19.0 to 0.20.0 - [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md) - [Commits](https://github.com/dimforge/parry/commits) Updates `parry3d-f64` from 0.19.0 to 0.20.0 - [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md) - [Commits](https://github.com/dimforge/parry/commits) --- updated-dependencies: - dependency-name: parry2d-f64 dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: parry3d-f64 dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
22f86a9b64
commit
6d673aa711
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -2600,9 +2600,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "parry2d-f64"
|
||||
version = "0.19.0"
|
||||
version = "0.20.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9d61f07e959c111a4d7f7e8d78f2031bfa2dbc863f5866cba595170296bceb32"
|
||||
checksum = "650235edbac9334b52d40d2b031615d482d9e073e24345908381ed8c6569f5e1"
|
||||
dependencies = [
|
||||
"approx",
|
||||
"arrayvec",
|
||||
@ -2624,9 +2624,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "parry3d-f64"
|
||||
version = "0.19.0"
|
||||
version = "0.20.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ed9184cf88474deb3e5ec6c67a8c6fe51ee9572e8c476d44b7de643937a125c5"
|
||||
checksum = "0b862dee4b02a0f4d299d7f4da0128f5ca492612c7b8f29855815e020099871d"
|
||||
dependencies = [
|
||||
"approx",
|
||||
"arrayvec",
|
||||
|
@ -19,6 +19,6 @@ decorum = "0.4.0"
|
||||
iter_fixed = "0.4.0"
|
||||
nalgebra = "0.33.2"
|
||||
num-traits = "0.2.19"
|
||||
parry2d-f64 = "0.19.0"
|
||||
parry3d-f64 = "0.19.0"
|
||||
parry2d-f64 = "0.20.0"
|
||||
parry3d-f64 = "0.20.0"
|
||||
robust = "1.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user