Skip to content

Commit

Permalink
Merge pull request #2202 from hannobraun/dependabot/cargo/cargo-434e8…
Browse files Browse the repository at this point in the history
…b1fc2

Bump the cargo group with 7 updates
  • Loading branch information
hannobraun authored Feb 12, 2024
2 parents 93c27fd + b37b90d commit 2414498
Show file tree
Hide file tree
Showing 10 changed files with 233 additions and 146 deletions.
341 changes: 209 additions & 132 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 @@ -21,7 +21,7 @@ itertools = "0.12.1"
parking_lot = "0.12.0"
robust = "1.1.0"
spade = "2.6.0"
thiserror = "1.0.53"
thiserror = "1.0.57"
type-map = "0.5.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-export/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
[dependencies]
fj-interop.workspace = true
fj-math.workspace = true
thiserror = "1.0.53"
thiserror = "1.0.57"
threemf = "0.4.0"
stl = "0.2.1"
wavefront_rs = "=2.0.0-beta.1"
2 changes: 1 addition & 1 deletion 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.3"
num-traits = "0.2.17"
num-traits = "0.2.18"
parry2d-f64 = "0.13.6"
parry3d-f64 = "0.13.6"
robust = "1.1.0"
14 changes: 12 additions & 2 deletions crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ fj-math.workspace = true
nalgebra = "0.32.3"
tobj = "4.0.1"
raw-window-handle = "0.6.0"
thiserror = "1.0.53"
thiserror = "1.0.57"
tracing = "0.1.40"

[dependencies.bytemuck]
version = "1.14.1"
version = "1.14.3"
features = ["derive"]

[dependencies.image]
Expand All @@ -41,3 +41,13 @@ features = ["webgl"]
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2.12"
features = ["js"]

# We don't depend on `web-sys` directly, but `wgpu` does. And we're enabling
# experimental features of `web-sys` to support WebGPU, and it seems that
# `web-sys` makes breaking changes to those in path versions.
#
# See https://github.com/gfx-rs/wgpu/issues/5243.
#
# Here, we pin `web-sys` to a known-good version.
[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "=0.3.67"
2 changes: 1 addition & 1 deletion crates/fj-window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
futures = "0.3.30"
thiserror = "1.0.53"
thiserror = "1.0.57"
winit = "0.29.2"
4 changes: 2 additions & 2 deletions crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
fj-window.workspace = true
thiserror = "1.0.53"
thiserror = "1.0.57"
tracing = "0.1.40"

[dependencies.clap]
version = "4.4.18"
version = "4.5.0"
features = ["derive"]

[dependencies.tracing-subscriber]
Expand Down
6 changes: 3 additions & 3 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ publish = false

[dependencies]
anyhow = "1.0.78"
chrono = "0.4.33"
chrono = "0.4.34"
map-macro = "0.3.0"
octocrab = "0.33.3"
octocrab = "0.34.1"
semver = "1.0.21"
serde = "1.0.196"
serde_json = "1.0.113"
Expand All @@ -19,7 +19,7 @@ url = "2.5.0"
path = "../autolib"

[dependencies.clap]
version = "4.4.18"
version = "4.5.0"
features = ["derive"]

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

[dependencies]
anyhow = "1.0.78"
tempfile = "3.8.1"
tempfile = "3.10.0"

[build-dependencies]
anyhow = "1.0.78"
4 changes: 2 additions & 2 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log = "0.4.20"
secstr = "0.5.0"
semver = "1.0.21"
serde_json = "1.0.113"
thiserror = "1.0.53"
thiserror = "1.0.57"

[dependencies.autolib]
path = "../autolib"
Expand All @@ -24,7 +24,7 @@ version = "0.11.24"
features = ["blocking"]

[dependencies.clap]
version = "4.4.18"
version = "4.5.0"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit 2414498

Please sign in to comment.