Skip to content

Commit

Permalink
Bump the cargo group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [parry2d-f64](https://github.com/dimforge/parry) | `0.17.2` | `0.17.3` |
| [parry3d-f64](https://github.com/dimforge/parry) | `0.17.2` | `0.17.3` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.19.0` | `1.20.0` |
| [wgpu](https://github.com/gfx-rs/wgpu) | `23.0.0` | `23.0.1` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.42.0` | `0.42.1` |
| [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` |
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.18.1` | `0.19.0` |



Updates `parry2d-f64` from 0.17.2 to 0.17.3
- [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md)
- [Commits](dimforge/parry@v0.17.2...v0.17.3)

Updates `parry3d-f64` from 0.17.2 to 0.17.3
- [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md)
- [Commits](dimforge/parry@v0.17.2...v0.17.3)

Updates `bytemuck` from 1.19.0 to 1.20.0
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.19.0...v1.20.0)

Updates `wgpu` from 23.0.0 to 23.0.1
- [Release notes](https://github.com/gfx-rs/wgpu/releases)
- [Changelog](https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md)
- [Commits](gfx-rs/wgpu@wgpu-v23.0.0...wgpu-v23.0.1)

Updates `octocrab` from 0.42.0 to 0.42.1
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.42.0...v0.42.1)

Updates `url` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.3...v2.5.4)

Updates `cargo_metadata` from 0.18.1 to 0.19.0
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md)
- [Commits](oli-obk/cargo_metadata@0.18.1...0.19.0)

---
updated-dependencies:
- dependency-name: parry2d-f64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: parry3d-f64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: wgpu
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: octocrab
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: cargo_metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 4e54390 commit b73d6d9
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/fj-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ approx = "0.5.1"
decorum = "0.3.1"
nalgebra = "0.33.2"
num-traits = "0.2.19"
parry2d-f64 = "0.17.2"
parry3d-f64 = "0.17.2"
parry2d-f64 = "0.17.3"
parry3d-f64 = "0.17.3"
robust = "1.1.0"
4 changes: 2 additions & 2 deletions crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thiserror = "2.0.3"
tracing = "0.1.40"

[dependencies.bytemuck]
version = "1.19.0"
version = "1.20.0"
features = ["derive"]

[dependencies.image]
Expand All @@ -33,7 +33,7 @@ default-features = false
features = ["png", "jpeg"]

[dependencies.wgpu]
version = "23.0.0"
version = "23.0.1"
features = ["webgl"]

# We don't depend on `getrandom` directly, but we need this to enable the `js`
Expand Down
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ publish = false
anyhow = "1.0.93"
chrono = "0.4.38"
map-macro = "0.3.0"
octocrab = "0.42.0"
octocrab = "0.42.1"
semver = "1.0.23"
serde = "1.0.215"
serde_json = "1.0.133"
tracing = "0.1.40"
url = "2.5.3"
url = "2.5.4"

[dependencies.autolib]
path = "../autolib"
Expand Down
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
anyhow = "1.0.93"
cargo_metadata = "0.18.1"
cargo_metadata = "0.19.0"
cmd_lib = "1.9.5"
env_logger = "0.11.5"
log = "0.4.22"
Expand Down

0 comments on commit b73d6d9

Please sign in to comment.