Skip to content

Commit

Permalink
Merge pull request #2485 from hannobraun/dependabot/cargo/cargo-4fb7b…
Browse files Browse the repository at this point in the history
…618ac

Bump the cargo group across 1 directory with 7 updates
  • Loading branch information
hannobraun authored Nov 25, 2024
2 parents 4e54390 + b73d6d9 commit a7bc7f4
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 a7bc7f4

Please sign in to comment.