Skip to content

Commit

Permalink
Merge pull request #2481 from hannobraun/dependabot/cargo/cargo-a457a…
Browse files Browse the repository at this point in the history
…25a31

Bump the cargo group with 5 updates
  • Loading branch information
hannobraun authored Nov 12, 2024
2 parents 216fedc + 3adf23d commit ab2a51b
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 52 deletions.
94 changes: 57 additions & 37 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-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.68"
thiserror = "2.0.3"
type-map = "0.5.0"

[dev-dependencies]
pretty_assertions = "1.4.1"
anyhow = "1.0.92"
anyhow = "1.0.93"
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.68"
thiserror = "2.0.3"
threemf = "0.6.0"
stl = "0.2.1"
wavefront_rs = "=2.0.0-beta.1"
2 changes: 1 addition & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fj-math.workspace = true
nalgebra = "0.33.2"
tobj = "4.0.2"
raw-window-handle = "0.6.0"
thiserror = "1.0.68"
thiserror = "2.0.3"
tracing = "0.1.40"

[dependencies.bytemuck]
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.68"
thiserror = "2.0.3"
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.68"
thiserror = "2.0.3"
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.92"
anyhow = "1.0.93"
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,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.92"
anyhow = "1.0.93"
chrono = "0.4.38"
map-macro = "0.3.0"
octocrab = "0.41.2"
Expand All @@ -23,7 +23,7 @@ version = "4.5.19"
features = ["derive"]

[dependencies.tokio]
version = "1.41.0"
version = "1.41.1"
features = ["full"]

[dependencies.tracing-subscriber]
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.92"
anyhow = "1.0.93"
6 changes: 3 additions & 3 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.92"
tempfile = "3.13.0"
anyhow = "1.0.93"
tempfile = "3.14.0"

[build-dependencies]
anyhow = "1.0.92"
anyhow = "1.0.93"
Loading

0 comments on commit ab2a51b

Please sign in to comment.