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 across 1 directory with 5 updates #2479

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
503 changes: 340 additions & 163 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions crates/fj-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ itertools = "0.13.0"
parking_lot = "0.12.3"
robust = "1.1.0"
spade = "2.12.1"
thiserror = "1.0.65"
thiserror = "1.0.68"
type-map = "0.5.0"

[dev-dependencies]
pretty_assertions = "1.4.1"
anyhow = "1.0.91"
anyhow = "1.0.92"
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.65"
thiserror = "1.0.68"
threemf = "0.6.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 @@ -16,7 +16,7 @@ workspace = true
[dependencies]
approx = "0.5.1"
decorum = "0.3.1"
nalgebra = "0.33.1"
nalgebra = "0.33.2"
num-traits = "0.2.19"
parry2d-f64 = "0.17.1"
parry3d-f64 = "0.17.1"
Expand Down
6 changes: 3 additions & 3 deletions crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ workspace = true
[dependencies]
fj-interop.workspace = true
fj-math.workspace = true
nalgebra = "0.33.1"
nalgebra = "0.33.2"
tobj = "4.0.2"
raw-window-handle = "0.6.0"
thiserror = "1.0.65"
thiserror = "1.0.68"
tracing = "0.1.40"

[dependencies.bytemuck]
Expand All @@ -33,7 +33,7 @@ default-features = false
features = ["png", "jpeg"]

[dependencies.wgpu]
version = "22.1.0"
version = "23.0.0"
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 @@ -19,5 +19,5 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
futures = "0.3.31"
thiserror = "1.0.65"
thiserror = "1.0.68"
winit = "0.30.5"
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
fj-window.workspace = true
thiserror = "1.0.65"
thiserror = "1.0.68"
tracing = "0.1.40"

[dependencies.clap]
Expand Down
2 changes: 1 addition & 1 deletion tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.91"
anyhow = "1.0.92"
log = "0.4.22"
regex = "1.11.1"
semver = "1.0.23"
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.91"
anyhow = "1.0.92"
chrono = "0.4.38"
map-macro = "0.3.0"
octocrab = "0.41.2"
semver = "1.0.23"
serde = "1.0.213"
serde_json = "1.0.132"
tracing = "0.1.40"
url = "2.5.2"
url = "2.5.3"

[dependencies.autolib]
path = "../autolib"
Expand Down
2 changes: 1 addition & 1 deletion tools/cross-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.91"
anyhow = "1.0.92"
4 changes: 2 additions & 2 deletions tools/export-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish = false


[dependencies]
anyhow = "1.0.91"
anyhow = "1.0.92"
tempfile = "3.13.0"

[build-dependencies]
anyhow = "1.0.91"
anyhow = "1.0.92"
4 changes: 2 additions & 2 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ publish = false


[dependencies]
anyhow = "1.0.91"
anyhow = "1.0.92"
cargo_metadata = "0.18.1"
cmd_lib = "1.9.5"
env_logger = "0.11.5"
log = "0.4.22"
secstr = "0.5.0"
semver = "1.0.23"
serde_json = "1.0.132"
thiserror = "1.0.65"
thiserror = "1.0.68"

[dependencies.autolib]
path = "../autolib"
Expand Down
Loading