Skip to content

Commit

Permalink
Merge pull request hannobraun#2386 from hannobraun/dependabot/cargo/c…
Browse files Browse the repository at this point in the history
…argo-7975b8a6e7

Bump the cargo group across 1 directory with 5 updates
  • Loading branch information
hannobraun authored Jun 17, 2024
2 parents 2ed055d + e58cfac commit fc10689
Show file tree
Hide file tree
Showing 8 changed files with 206 additions and 53 deletions.
243 changes: 198 additions & 45 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/fj-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fj-math.workspace = true
itertools = "0.13.0"
parking_lot = "0.12.3"
robust = "1.1.0"
spade = "2.8.0"
spade = "2.9.0"
thiserror = "1.0.61"
type-map = "0.5.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/fj-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
[dependencies]
approx = "0.5.1"
decorum = "0.3.1"
nalgebra = "0.32.5"
nalgebra = "0.32.6"
num-traits = "0.2.19"
parry2d-f64 = "0.15.1"
parry3d-f64 = "0.15.1"
Expand Down
4 changes: 2 additions & 2 deletions crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workspace = true
[dependencies]
fj-interop.workspace = true
fj-math.workspace = true
nalgebra = "0.32.5"
nalgebra = "0.32.6"
tobj = "4.0.2"
raw-window-handle = "0.6.0"
thiserror = "1.0.61"
Expand All @@ -33,7 +33,7 @@ default-features = false
features = ["png", "jpeg"]

[dependencies.wgpu]
version = "0.20.0"
version = "0.20.1"
features = ["webgl"]

# We don't depend on `getrandom` directly, but we need this to enable the `js`
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ fj-math.workspace = true
fj-viewer.workspace = true
futures = "0.3.30"
thiserror = "1.0.61"
winit = "0.30.0"
winit = "0.30.2"
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ thiserror = "1.0.61"
tracing = "0.1.40"

[dependencies.clap]
version = "4.5.6"
version = "4.5.7"
features = ["derive"]

[dependencies.tracing-subscriber]
Expand Down
2 changes: 1 addition & 1 deletion tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ url = "2.5.0"
path = "../autolib"

[dependencies.clap]
version = "4.5.6"
version = "4.5.7"
features = ["derive"]

[dependencies.tokio]
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 @@ -24,7 +24,7 @@ version = "0.12.4"
features = ["blocking"]

[dependencies.clap]
version = "4.5.6"
version = "4.5.7"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit fc10689

Please sign in to comment.