Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the cargo group with 4 updates #2487

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump the cargo group with 4 updates
Bumps the cargo group with 4 updates: [tracing](https://github.com/tokio-rs/tracing), [tracing-subscriber](https://github.com/tokio-rs/tracing), [parry2d-f64](https://github.com/dimforge/parry) and [parry3d-f64](https://github.com/dimforge/parry).


Updates `tracing` from 0.1.40 to 0.1.41
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41)

Updates `tracing-subscriber` from 0.3.18 to 0.3.19
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19)

Updates `parry2d-f64` from 0.17.3 to 0.17.4
- [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dimforge/parry/commits)

Updates `parry3d-f64` from 0.17.3 to 0.17.4
- [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dimforge/parry/commits)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- 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
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Dec 2, 2024
commit 6f540a9fd79d026771ff038c4f8bca171d040394
35 changes: 23 additions & 12 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
@@ -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.3"
parry3d-f64 = "0.17.3"
parry2d-f64 = "0.17.4"
parry3d-f64 = "0.17.4"
robust = "1.1.0"
2 changes: 1 addition & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ nalgebra = "0.33.2"
tobj = "4.0.2"
raw-window-handle = "0.6.0"
thiserror = "2.0.3"
tracing = "0.1.40"
tracing = "0.1.41"

[dependencies.bytemuck]
version = "1.20.0"
4 changes: 2 additions & 2 deletions crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
@@ -22,12 +22,12 @@ fj-math.workspace = true
fj-viewer.workspace = true
fj-window.workspace = true
thiserror = "2.0.3"
tracing = "0.1.40"
tracing = "0.1.41"

[dependencies.clap]
version = "4.5.21"
features = ["derive"]

[dependencies.tracing-subscriber]
version = "0.3.18"
version = "0.3.19"
features = ["env-filter"]
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ octocrab = "0.42.1"
semver = "1.0.23"
serde = "1.0.215"
serde_json = "1.0.133"
tracing = "0.1.40"
tracing = "0.1.41"
url = "2.5.4"

[dependencies.autolib]
@@ -27,5 +27,5 @@ version = "1.41.1"
features = ["full"]

[dependencies.tracing-subscriber]
version = "0.3.18"
version = "0.3.19"
features = ["env-filter"]