Skip to content

Commit

Permalink
Merge pull request hannobraun#2346 from hannobraun/dependabot/cargo/c…
Browse files Browse the repository at this point in the history
…argo-02324edfdc

Bump the cargo group with 5 updates
  • Loading branch information
hannobraun authored May 6, 2024
2 parents 5edcf35 + 1a28230 commit 85cbd51
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 62 deletions.
118 changes: 62 additions & 56 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/fj-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workspace = true
approx = "0.5.1"
decorum = "0.3.1"
nalgebra = "0.32.5"
num-traits = "0.2.18"
parry2d-f64 = "0.14.0"
parry3d-f64 = "0.14.0"
num-traits = "0.2.19"
parry2d-f64 = "0.15.0"
parry3d-f64 = "0.15.0"
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
Expand Up @@ -39,5 +39,5 @@ features = ["webgl"]
# We don't depend on `getrandom` directly, but we need this to enable the `js`
# feature when cross-compiling to WASM. Otherwise, `getrandom` will not build.
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2.14"
version = "0.2.15"
features = ["js"]
2 changes: 1 addition & 1 deletion tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chrono = "0.4.38"
map-macro = "0.3.0"
octocrab = "0.38.0"
semver = "1.0.22"
serde = "1.0.199"
serde = "1.0.200"
serde_json = "1.0.116"
tracing = "0.1.40"
url = "2.5.0"
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 @@ -29,5 +29,5 @@ features = ["std", "derive", "env"]
default_features = false

[dependencies.serde]
version = "1.0.199"
version = "1.0.200"
features = ["derive"]

0 comments on commit 85cbd51

Please sign in to comment.