Bump the cargo group with 3 updates

Bumps the cargo group with 3 updates: [parry2d-f64](https://github.com/dimforge/parry), [parry3d-f64](https://github.com/dimforge/parry) and [octocrab](https://github.com/XAMPPRocky/octocrab).


Updates `parry2d-f64` from 0.25.2 to 0.25.3
- [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dimforge/parry/compare/v0.25.2...v0.25.3)

Updates `parry3d-f64` from 0.25.2 to 0.25.3
- [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dimforge/parry/compare/v0.25.2...v0.25.3)

Updates `octocrab` from 0.47.0 to 0.47.1
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/XAMPPRocky/octocrab/compare/v0.47.0...v0.47.1)

---
updated-dependencies:
- dependency-name: parry2d-f64
  dependency-version: 0.25.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: parry3d-f64
  dependency-version: 0.25.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: octocrab
  dependency-version: 0.47.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-10 13:08:51 +00:00 committed by GitHub
parent 8c27d2557f
commit 83a4cf1c13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

12
Cargo.lock generated
View File

@ -2471,9 +2471,9 @@ dependencies = [
[[package]]
name = "octocrab"
version = "0.47.0"
version = "0.47.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0860f9250b6db66c5a4b46e00b381f063c58ad06a90f95f9ef701dd8679bb2c6"
checksum = "76f50b2657b7e31c849c612c4ca71527861631fe3c392f931fb28990b045f972"
dependencies = [
"arc-swap",
"async-trait",
@ -2627,9 +2627,9 @@ dependencies = [
[[package]]
name = "parry2d-f64"
version = "0.25.2"
version = "0.25.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8db5c312c2afedee0d467e8749d0a83979edd8aa00d9b1b065d4978eb43a5ffc"
checksum = "835d4ca2b68026b04a75ca6196da961d8c0895420eacc9cc2201f7ad54775780"
dependencies = [
"approx",
"arrayvec",
@ -2653,9 +2653,9 @@ dependencies = [
[[package]]
name = "parry3d-f64"
version = "0.25.2"
version = "0.25.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5d055a6cca7a1f6a73a908a53cdc79aee6e874e82f0e01c9f3591aa5285ee1a"
checksum = "38fe282b81b60a2aee7f24db25ea73b3c82f6451888eeb5936b621adb87aa653"
dependencies = [
"approx",
"arrayvec",

View File

@ -19,6 +19,6 @@ decorum = "0.4.0"
iter_fixed = "0.4.0"
nalgebra = "0.34.1"
num-traits = "0.2.19"
parry2d-f64 = "0.25.2"
parry3d-f64 = "0.25.2"
parry2d-f64 = "0.25.3"
parry3d-f64 = "0.25.3"
robust = "1.2.0"

View File

@ -8,7 +8,7 @@ publish = false
anyhow = "1.0.100"
chrono = "0.4.42"
map-macro = "0.3.0"
octocrab = "0.47.0"
octocrab = "0.47.1"
semver = "1.0.27"
serde = "1.0.228"
serde_json = "1.0.145"